Force mimeapps linking

This commit is contained in:
Evie Litherland-Smith 2024-10-25 15:35:48 +01:00
parent 672c6296ec
commit 29182c6b96
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,7 @@
mime.enable = true;
mimeApps =
let
defaultApplications = import ./mimeapps/default.nix;
defaultApplications = import ./mimeapps.nix;
in
{
enable = true;
@ -57,6 +57,8 @@
};
};
configFile = {
# Stop programs from overriding mimeapps
"mimeapps.list".force = true;
# Ensure GTK config is set
"gtk-3.0/gtk.css".force = true;
"gtk-3.0/settings.ini".force = true;