ma gui/base: set packages only for mainuser
This commit is contained in:
parent
72f440fdb5
commit
083941f7db
@ -48,13 +48,14 @@ in
|
|||||||
fonts = [ pkgs.terminus_font ];
|
fonts = [ pkgs.terminus_font ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;[
|
users.users.${mainUser} = {
|
||||||
|
extraGroups = [ "audio" ];
|
||||||
|
packages = with pkgs;[
|
||||||
pavucontrol
|
pavucontrol
|
||||||
xlockmore
|
xlockmore
|
||||||
rxvt_unicode-with-plugins
|
rxvt_unicode-with-plugins
|
||||||
firefox
|
|
||||||
];
|
];
|
||||||
users.extraUsers.${mainUser}.extraGroups = [ "audio" ];
|
};
|
||||||
|
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user