feat(home): disable wine file associations
This commit is contained in:
parent
4d7f809d06
commit
e310721f8a
|
@ -103,4 +103,11 @@ in {
|
||||||
xdg.mimeApps.associations.added = associations;
|
xdg.mimeApps.associations.added = associations;
|
||||||
xdg.mimeApps.associations.removed = noCalibre;
|
xdg.mimeApps.associations.removed = noCalibre;
|
||||||
xdg.mimeApps.defaultApplications = associations;
|
xdg.mimeApps.defaultApplications = associations;
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ junction ];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
# prevent wine from creating file associations
|
||||||
|
WINEDLLOVERRIDES = "winemenubuilder.exe=d";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue