forked from mirrors/nixpkgs
nixos/cinnamon: switch to xdg.mime.enable
We enable this option explicitly to prevent users from accidentally disabling it and getting a broken desktop.
This commit is contained in:
parent
3bacde6273
commit
fa3008b93c
|
@ -167,10 +167,11 @@ in
|
|||
|
||||
# other
|
||||
glib # for gsettings
|
||||
shared-mime-info # for update-mime-database
|
||||
xdg-user-dirs
|
||||
];
|
||||
|
||||
xdg.mime.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 a new issue