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:
parent
fa3008b93c
commit
e88b1dc9c8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user