mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add alsa and pulse to kde for bt-headset support
This commit is contained in:
parent
9f21d54228
commit
469e3305e5
@ -10,6 +10,12 @@ with lib; {
|
||||
cfg = config.elss.graphical.plasma;
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user