fix(systems/optional): pass other {...} in attribute set

This commit is contained in:
madmin 2024-08-09 10:00:25 +02:00
parent a96904a028
commit 7a18782388
1 changed files with 5 additions and 5 deletions

View File

@ -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
#};
}