home: move mimeapps force to correct place
This commit is contained in:
parent
6fbfbf77dd
commit
25f9e7c40f
@ -63,6 +63,10 @@ in
|
||||
"application/pdf" = defaultBrowser;
|
||||
};
|
||||
};
|
||||
# this makes xdg.mimeApps overwrite mimeapps.list if it has been touched by something else
|
||||
xdg.configFile."mimeapps.list" = {
|
||||
force = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
udiskie = {
|
||||
|
@ -16,8 +16,6 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
nixfiles.programs.comma.enable = true;
|
||||
|
||||
# this makes xdg.mimeApps overwrite mimeapps.list if it has been touched by something else
|
||||
xdg.configFile."mimeapps.list".force = true;
|
||||
|
||||
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
||||
home.shellAliases = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user