home: move mimeapps force to correct place

This commit is contained in:
NullBite 2024-03-21 16:20:34 -04:00
parent 6fbfbf77dd
commit 25f9e7c40f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 4 additions and 2 deletions

View File

@ -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 = {

View File

@ -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 = {