aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/pipewire.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-02-23 10:33:25 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-02-23 10:33:25 -0800
commit0fdf19d319422cac0781dc1f22f5c8209f27686b (patch)
treeb5488f50ad624a12cbd5ad59bd96bc2be3c79f7f /hosts/common/optional/pipewire.nix
parentee351909ed209c59cb983ce7b3d58ebfabc89959 (diff)
downloadnix-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
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/pipewire.nix2
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;