Force mimeapps linking
This commit is contained in:
parent
672c6296ec
commit
29182c6b96
|
@ -42,7 +42,7 @@
|
||||||
mime.enable = true;
|
mime.enable = true;
|
||||||
mimeApps =
|
mimeApps =
|
||||||
let
|
let
|
||||||
defaultApplications = import ./mimeapps/default.nix;
|
defaultApplications = import ./mimeapps.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -57,6 +57,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
configFile = {
|
configFile = {
|
||||||
|
# Stop programs from overriding mimeapps
|
||||||
|
"mimeapps.list".force = true;
|
||||||
# Ensure GTK config is set
|
# Ensure GTK config is set
|
||||||
"gtk-3.0/gtk.css".force = true;
|
"gtk-3.0/gtk.css".force = true;
|
||||||
"gtk-3.0/settings.ini".force = true;
|
"gtk-3.0/settings.ini".force = true;
|
||||||
|
|
Loading…
Reference in a new issue