aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-28 21:42:12 +0000
committerAkshay <[email protected]>2024-03-28 21:42:12 +0000
commitf35cb2c69836eff47541341b26334559ed851414 (patch)
tree32c9bf29f89e871f68da2a867bc59c55b12481d6 /hosts
parent460c13b3e4b3272324cc67531eb80db300de42e2 (diff)
.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/myrtle/configuration.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix
index dd45d3b..afec6b7 100644
--- a/hosts/myrtle/configuration.nix
+++ b/hosts/myrtle/configuration.nix
@@ -71,16 +71,6 @@
71 71
72 xdotool 72 xdotool
73 ]; 73 ];
74 etc = {
75 "wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
76 bluez_monitor.properties = {
77 ["bluez5.enable-sbc-xq"] = true,
78 ["bluez5.enable-msbc"] = true,
79 ["bluez5.enable-hw-volume"] = true,
80 ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
81 }
82 '';
83 };
84 }; 74 };
85 75
86 76
@@ -183,6 +173,16 @@
183 alsa.enable = true; 173 alsa.enable = true;
184 alsa.support32Bit = true; 174 alsa.support32Bit = true;
185 pulse.enable = true; 175 pulse.enable = true;
176 wireplumber.configPackages = [
177 (pkgs.writeTextDir "share/wireplumber/bluetooth.lua.d/51-bluez-config.lua" ''
178 bluez_monitor.properties = {
179 ["bluez5.enable-sbc-xq"] = true,
180 ["bluez5.enable-msbc"] = true,
181 ["bluez5.enable-hw-volume"] = true,
182 ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
183 }
184 '')
185 ];
186 }; 186 };
187 187
188 signald = { 188 signald = {