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) # no need to redefine it in your config for now)
# media-session.enable = true; # media-session.enable = true;
}; };
environment.systemPackages = builtins.attrValues { #environment.systemPackages = builtins.attrValues {
inherit (pkgs) # inherit (pkgs)
pamixer# pulseaudio sound mixer # pamixer# pulseaudio sound mixer
pavucontrol; # pulseaudio volume control # pavucontrol; # pulseaudio volume control
}; #};
} }