diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-23 10:33:25 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-23 10:33:25 -0800 |
commit | 0fdf19d319422cac0781dc1f22f5c8209f27686b (patch) | |
tree | b5488f50ad624a12cbd5ad59bd96bc2be3c79f7f | |
parent | ee351909ed209c59cb983ce7b3d58ebfabc89959 (diff) | |
download | nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.tar nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.tar.gz nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.tar.bz2 nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.tar.lz nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.tar.xz nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.tar.zst nix-0fdf19d319422cac0781dc1f22f5c8209f27686b.zip |
Disable broken pamixer
-rw-r--r-- | hosts/common/optional/pipewire.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix index e34010e..1fc88bf 100644 --- a/hosts/common/optional/pipewire.nix +++ b/hosts/common/optional/pipewire.nix @@ -3,7 +3,7 @@ environment.systemPackages = builtins.attrValues { inherit (pkgs) easyeffects - pamixer + #pamixer pavucontrol pwvucontrol qpwgraph; |