Allow overriding mimeapps.list, fuck that file
This commit is contained in:
parent
767b8289ee
commit
6198d77dc8
|
@ -49,6 +49,9 @@ in {
|
|||
settings = { Keywords = "Mail;E-mail;"; };
|
||||
};
|
||||
};
|
||||
# workaround to allow overriding mimeapps file
|
||||
# btw, whatever it was that decided that damn file should always be written is an asshole
|
||||
xdg.configFile."mimeapps.list".force = true;
|
||||
xdg.mimeApps = let
|
||||
|
||||
createMimeAssociation = (mime_prefix: application: mime_suffix: {
|
||||
|
|
Loading…
Reference in a new issue