diff options
author | makefu <github@syntax-fehler.de> | 2022-10-23 13:43:24 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-10-23 13:43:24 +0200 |
commit | a612a6bbe4209824165a7c8fd18f0309e8d5385b (patch) | |
tree | 0b7fbe1a7099440b7b36f1b2cd21523591d2372a /makefu/2configs | |
parent | d4a27e3a28c555ce0db9c180623d9f708be631c9 (diff) |
ma pipewire: ensure pulseaudio is disabled
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/gui/pipewire.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/gui/pipewire.nix b/makefu/2configs/gui/pipewire.nix index ed552fe2e..eb94f75b7 100644 --- a/makefu/2configs/gui/pipewire.nix +++ b/makefu/2configs/gui/pipewire.nix @@ -2,6 +2,7 @@ # TODO test `alsactl init` after suspend to reinit mic { security.rtkit.enable = true; + hardware.pulseaudio.enable = lib.mkForce false; environment.systemPackages = with pkgs; [ alsaUtils |