Add 'added associations' to mimelist
This commit is contained in:
parent
19bdd28b42
commit
64bcf75ead
1 changed files with 2 additions and 1 deletions
|
@ -211,8 +211,9 @@
|
||||||
|
|
||||||
dconf.settings = { "org/gnome/desktop/interface".menus-have-icons = true; };
|
dconf.settings = { "org/gnome/desktop/interface".menus-have-icons = true; };
|
||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
associations.added = defaultApplications;
|
||||||
defaultApplications = let
|
defaultApplications = let
|
||||||
browser = [ "firefox.desktop" ];
|
browser = [ "firefox.desktop" ];
|
||||||
email = [ "org.gnome.Evolution.desktop" ];
|
email = [ "org.gnome.Evolution.desktop" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue