diff --git a/profiles/sound.nix b/profiles/sound.nix index d2400bb..c859411 100644 --- a/profiles/sound.nix +++ b/profiles/sound.nix @@ -1,6 +1,8 @@ { pkgs, config, lib, ... }: { hardware.pulseaudio.enable = false; + security.rtkit.enable = true; + services.pipewire = { enable = true; alsa.enable = true;