mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
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
Block a user