nixos/cinnamon: switch to xdg.icons.enable

We enable this option explicitly to prevent users from accidentally
disabling it and getting a broken desktop.
This commit is contained in:
Bobby Rong 2022-11-08 15:58:04 +08:00
parent fa3008b93c
commit e88b1dc9c8
No known key found for this signature in database

View File

@ -156,7 +156,6 @@ in
# theme
gnome.adwaita-icon-theme
hicolor-icon-theme
gnome.gnome-themes-extra
gtk3.out
mint-artwork
@ -171,6 +170,7 @@ in
];
xdg.mime.enable = true;
xdg.icons.enable = true;
# Override GSettings schemas
environment.sessionVariables.NIX_GSETTINGS_OVERRIDES_DIR = "${nixos-gsettings-overrides}/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas";