mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update gnome.nix
This commit is contained in:
parent
2fede41b0c
commit
3b75bb539b
1 changed files with 12 additions and 0 deletions
12
gnome.nix
12
gnome.nix
|
@ -9,4 +9,16 @@
|
|||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
# Add GNOME packages
|
||||
environment.systemPackages = [
|
||||
pkgs.amberol
|
||||
];
|
||||
|
||||
# Remove GNOME packages
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
epiphany # web browser
|
||||
]);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue