aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/pipewire.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-02-26 07:39:39 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-02-26 07:39:39 -0800
commitd58c327f24450d5f950b1ed0330e6a0c508b88b1 (patch)
treeaec01233aa2e933aff2bef276cd92c4ab74d7846 /hosts/common/optional/pipewire.nix
parentdbc02e7a93a8b80f1fe269af957e56bde9ca7baf (diff)
downloadnix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.tar
nix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.tar.gz
nix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.tar.bz2
nix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.tar.lz
nix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.tar.xz
nix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.tar.zst
nix-d58c327f24450d5f950b1ed0330e6a0c508b88b1.zip
Reenable fixed 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 1fc88bf..e34010e 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;