summaryrefslogtreecommitdiffstats
path: root/2configs/gui
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-10-23 13:43:24 +0200
committermakefu <github@syntax-fehler.de>2022-10-23 13:43:24 +0200
commit2a203f2f9744f8772d379d2c2ebc36a4d9899df2 (patch)
tree87d4d740ac8807fe409de92c91094a85f9c5ca92 /2configs/gui
parent910c87cab9dd1cc225e4ee3c1ecda3586f537708 (diff)
ma pipewire: ensure pulseaudio is disabled
Diffstat (limited to '2configs/gui')
-rw-r--r--2configs/gui/pipewire.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/gui/pipewire.nix b/2configs/gui/pipewire.nix
index ed552fe2e..eb94f75b7 100644
--- a/2configs/gui/pipewire.nix
+++ b/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