This commit is contained in:
ediblerope 2026-03-28 16:09:17 +00:00 committed by GitHub
parent 34a7003c12
commit 79c7e0213a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 19 deletions

View file

@ -21,6 +21,7 @@
adwsteamgtk
proton-vpn
onlyoffice-desktopeditors
spotify
];
services.lact.enable = true;

View file

@ -19,6 +19,7 @@
geary
proton-vpn
onlyoffice-desktopeditors
spotify
];
@ -55,25 +56,6 @@
};
};
};
# PipeWire with Bluetooth support
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
# Add Bluetooth codec config
wireplumber.configPackages = [
(pkgs.writeTextDir "share/wireplumber/bluetooth.lua.d/51-bluez-config.lua" ''
bluez_monitor.properties = {
["bluez5.enable-sbc-xq"] = true,
["bluez5.enable-msbc"] = true,
["bluez5.enable-hw-volume"] = true,
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
}
'')
];
};
})
];
}