Renamed services.pulseaudio to fix warning
Some checks failed
/ Check Nix Flake (push) Failing after 30s
Some checks failed
/ Check Nix Flake (push) Failing after 30s
This commit is contained in:
parent
dbc046ca9b
commit
4da782cf6a
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.pulseaudio.enable = false;
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
services.pulseaudio.enable = false;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue