test
This commit is contained in:
parent
cb58d0ed45
commit
b6dd22e37f
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
|
||||
# https://nixos.wiki/wiki/GNOME
|
||||
# Remove unwanted packages
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
gnome.cheese
|
||||
gnome.gnome-music
|
||||
gnome.epiphany
|
||||
|
@ -100,7 +100,7 @@
|
|||
gnome.gnome-logs
|
||||
gnome.gnome-maps
|
||||
gnome.simple-scan
|
||||
]);
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||
# Gnome Extensions
|
||||
|
|
Loading…
Reference in a new issue