Compare commits

..

No commits in common. "f1b3ccfe2db20f6862d777b77fa9f30a8441f83e" and "e4678a720539e3430fbdb55e1970db436dd7b6d7" have entirely different histories.

View file

@ -28,7 +28,6 @@ in
clock-show-seconds=true;
clock-show-weekday=true;
color-scheme="prefer-dark";
cursor-theme="GoogleDot-White";
};
"org/gnome/desktop/media-handling" = {
@ -170,27 +169,6 @@ in
};
}];
environment.gnome.excludePackages = with pkgs; with pkgs.gnome; [
baobab
cheese
epiphany
evince
geary
gedit
gnome-characters
gnome-connections
gnome-console
gnome-disk-utility
gnome-font-viewer
gnome-logs
gnome-maps
gnome-text-editor
gnome-tour
seahorse
totem
yelp
];
programs.dconf.profiles.gdm.databases = with builtins.elemAt programs.dconf.profiles.user.databases 0; [{
settings = {
"org/gnome/desktop/interface" = settings."org/gnome/desktop/interface";
@ -210,8 +188,6 @@ in
# unstable.gnomeExtensions.translate-indicator
# translate-shell
pavucontrol
#FIXME: Apply the cursor theme also in GTK3 config
google-cursor
];
};
}