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
0cecf66b5a
commit
3b0c643b05
1 changed files with 11 additions and 7 deletions
|
@ -9,16 +9,20 @@
|
|||
};
|
||||
|
||||
# Add GNOME packages
|
||||
environment.systemPackages = [
|
||||
pkgs.amberol
|
||||
];
|
||||
environment.systemPackages = (with pkgs; [
|
||||
amberol
|
||||
]);
|
||||
|
||||
# GNOME Shell Extensions
|
||||
environment.systemPackages = with pkgs; [ gnomeExtensions.appindicator ];
|
||||
|
||||
# Remove GNOME packages
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
epiphany # web browser
|
||||
gnome-connections
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
epiphany # web browser
|
||||
gnome-connections
|
||||
gnome-geary
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
]);
|
||||
|
||||
# Services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue