test
This commit is contained in:
parent
23ed4d34e3
commit
aa9941ef6e
1 changed files with 8 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
games.enable = false;
|
||||
core-utilities.enable = true;
|
||||
};
|
||||
/*
|
||||
|
||||
# https://nixos.wiki/wiki/GNOME
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome.cheese
|
||||
|
@ -42,6 +42,13 @@
|
|||
gnomeExtensions.hibernate-status-button
|
||||
gnomeExtensions.night-theme-switcher
|
||||
gnome3.gnome-tweaks
|
||||
|
||||
# For night-theme-switcher
|
||||
meson
|
||||
gettext
|
||||
glib-compile-schemas
|
||||
glib-compile-resources
|
||||
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue