mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove sound.enable
This commit is contained in:
parent
237948a95d
commit
3997195644
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ with lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Pipewire
|
# Pipewire
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
Loading…
Reference in a new issue