home: set to overwrite mimeapps.list if needed

This commit is contained in:
NullBite 2024-03-21 03:51:30 -04:00
parent ebfd427e30
commit 4397daca43
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -16,6 +16,9 @@ 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 = {
v = "nvim";