Remove "pipewire" from the sound option name

This commit is contained in:
SebastianStork 2024-04-02 23:39:01 +02:00
parent fb9ecf85a0
commit e1d2db34a7
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
wlan.enable = true;
bluetooth.enable = true;
sound.pipewire.enable = true;
sound.enable = true;
auto-gc.enable = true;
vm.qemu.enable = true;
flatpak.enable = true;
@ -31,6 +31,6 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
services.gvfs.enable = true;
hardware.brillo.enable = true;
}