mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +00:00
themes/a-happy-gnome: use the recent options
This commit is contained in:
parent
fff0ea8508
commit
d5a480cdc8
@ -119,6 +119,13 @@ in
|
|||||||
desktopManager.gnome.enable = true;
|
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 = {
|
i18n.inputMethod = {
|
||||||
enabled = "ibus";
|
enabled = "ibus";
|
||||||
ibus.engines = with pkgs.ibus-engines; [
|
ibus.engines = with pkgs.ibus-engines; [
|
||||||
@ -137,20 +144,6 @@ in
|
|||||||
package = pkgs.gnomeExtensions.gsconnect;
|
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.
|
# Bring all of the dconf keyfiles in there.
|
||||||
programs.dconf = {
|
programs.dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user