themes/a-happy-gnome: use the recent options

This commit is contained in:
Gabriel Arazas 2022-07-14 17:01:11 +08:00
parent fff0ea8508
commit d5a480cdc8

View File

@ -119,6 +119,13 @@ in
desktopManager.gnome.enable = true;
};
# All GNOME-related additional options.
services.gnome = {
core-os-services.enable = true;
core-shell.enable = true;
core-utilities.enable = true;
};
i18n.inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [
@ -137,20 +144,6 @@ in
package = pkgs.gnomeExtensions.gsconnect;
};
# Don't need most of the GNOME's offering so...
environment.gnome.excludePackages = with pkgs.gnome; [
gedit
eog
geary
totem
epiphany
gnome-terminal
yelp
];
# I'm pretty sure this is already done but just to make sure.
services.gnome.chrome-gnome-shell.enable = true;
# Bring all of the dconf keyfiles in there.
programs.dconf = {
enable = true;