From 7a187823889d4884b41476771023132ffdd16f8c Mon Sep 17 00:00:00 2001 From: madmin Date: Fri, 9 Aug 2024 10:00:25 +0200 Subject: [PATCH] fix(systems/optional): pass other {...} in attribute set --- systems/common/optional/pipewire.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/systems/common/optional/pipewire.nix b/systems/common/optional/pipewire.nix index 9ea0a31..939650f 100644 --- a/systems/common/optional/pipewire.nix +++ b/systems/common/optional/pipewire.nix @@ -15,10 +15,10 @@ # no need to redefine it in your config for now) # media-session.enable = true; }; - environment.systemPackages = builtins.attrValues { - inherit (pkgs) - pamixer# pulseaudio sound mixer - pavucontrol; # pulseaudio volume control - }; + #environment.systemPackages = builtins.attrValues { + # inherit (pkgs) + # pamixer# pulseaudio sound mixer + # pavucontrol; # pulseaudio volume control + #}; }