add a fix for unclean mimeapps.list

This commit is contained in:
Andreas Zweili 2022-02-15 21:40:04 +01:00
parent 0843bb1f0e
commit 64d1371db1
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@
./software/evince
./software/git
./software/keeweb
./software/mime-apps
./software/mpv
./software/nitrogen
./software/obsidian

View File

@ -0,0 +1,7 @@
{ ... }:
{
# forcecully override the mimeapps.list
# this is required because it isn't a file nix can easily lock
# https://github.com/nix-community/home-manager/issues/1213
xdg.configFile."mimeapps.list".force = true;
}