group environment together
This commit is contained in:
parent
a79752801a
commit
2322be107d
1 changed files with 18 additions and 18 deletions
|
@ -67,7 +67,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
users.users.sijmen = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
environment = {
|
||||
gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
]) ++ (with pkgs.gnome; [
|
||||
|
@ -82,15 +88,9 @@
|
|||
atomix # puzzle game
|
||||
]);
|
||||
|
||||
users.users.sijmen = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
systemPackages = with pkgs; [ gnome.adwaita-icon-theme ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
|
||||
services.pipewire.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue