diff --git a/hosts/common/default.nix b/hosts/common/default.nix index f276ff0..1bb8f5b 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -53,8 +53,10 @@ # Enable sound. - sound.enable = true; - hardware.pulseaudio.enable = true; + services.pipewire = { + enable = true; + pulse.enable = true; + }; hardware.opengl.driSupport32Bit = true;