From b5906d21bbe4cc15ad474397c0e08d4112057af1 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 29 Aug 2026 10:27:34 -0400 Subject: desktop changes 2026-08-29 --- modules/hardware/audio.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/hardware') diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix index a674597..d70b1d2 100644 --- a/modules/hardware/audio.nix +++ b/modules/hardware/audio.nix @@ -29,10 +29,19 @@ in { "bluez5.enable-sbc-xq" = true; "bluez5.enable-msbc" = true; "bluez5.enable-hw-volume" = true; + "bluez5.roles" = [ "hsp_hs" "hsp_ag" "hfp_hf" "hfp_ag" "a2dp_source" "bap_source" ]; }; }; }; + environment.systemPackages = with pkgs; [ + alsa-firmware + alsa-oss + alsa-ucm-conf + ]; + + hardware.alsa.enablePersistence = true; + user.extraGroups = ["audio"]; home.packages = [pkgs.pavucontrol]; } -- cgit v1.2.3