More small changes to formatting and such

This commit is contained in:
Jimbo 2024-10-15 17:10:40 -04:00
parent c3bc3a56f7
commit 25a3a7e237
6 changed files with 25 additions and 28 deletions

View file

@ -6,11 +6,11 @@
audio.enable = true;
wireplumber = {
enable = true;
configPackages = [
(pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/11-bluetooth-policy.conf" ''
configPackages = [(
pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/11-bluetooth-policy.conf" ''
wireplumber.settings = { bluetooth.autoswitch-to-headset-profile = false }
'')
];
''
)];
};
alsa = {
enable = true;