base: start managing xdg mime assoiascions
This commit is contained in:
parent
bd16c64af6
commit
3487b0912b
|
@ -170,6 +170,13 @@ in {
|
|||
enableSshSupport = true;
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"image/png" = [ "sxiv.desktop" "gimp.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = config.profiles.gui.enable;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue