mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update gnome.nix
This commit is contained in:
parent
0cecf66b5a
commit
3b0c643b05
1 changed files with 11 additions and 7 deletions
|
@ -9,14 +9,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add GNOME packages
|
# Add GNOME packages
|
||||||
environment.systemPackages = [
|
environment.systemPackages = (with pkgs; [
|
||||||
pkgs.amberol
|
amberol
|
||||||
];
|
]);
|
||||||
|
|
||||||
|
# GNOME Shell Extensions
|
||||||
|
environment.systemPackages = with pkgs; [ gnomeExtensions.appindicator ];
|
||||||
|
|
||||||
# Remove GNOME packages
|
# Remove GNOME packages
|
||||||
environment.gnome.excludePackages = (with pkgs; [
|
environment.gnome.excludePackages = (with pkgs; [
|
||||||
epiphany # web browser
|
epiphany # web browser
|
||||||
gnome-connections
|
gnome-connections
|
||||||
|
gnome-geary
|
||||||
gnome-photos
|
gnome-photos
|
||||||
gnome-tour
|
gnome-tour
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue