New namespace
This commit is contained in:
parent
560b5b8271
commit
c149234a73
1 changed files with 10 additions and 8 deletions
|
@ -8,8 +8,9 @@ in
|
|||
enable = mkEnableOption "Enable all the audio daemons";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
services = {
|
||||
pulseaudio.enable = false;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
|
@ -18,4 +19,5 @@ in
|
|||
wireplumber.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue