diff --git a/nixos/graphical.nix b/nixos/graphical.nix index eca8bc25..46217a68 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -27,9 +27,14 @@ console.useXkbConfig = true; - # Enable sound. - sound.enable = true; - hardware.pulseaudio.enable = true; + sound.enable = false; # let pipewire handle sound + services.pipewire = { + enable = true; + alsa.enable = true; + pulse.enable = true; + jack.enable = true; + wireplumber.enable = true; + }; hardware.bluetooth.enable = true;