Define default applications for mime types

This commit is contained in:
Jakob Lechner 2024-09-11 13:00:08 +02:00
parent 80698ceebd
commit 0006377763

View file

@ -57,6 +57,14 @@ in
pwgen
];
xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/pdf" = "org.gnome.Evince.desktop";
"image/svg+xml" = "org.inkscape.Inkscape.desktop";
};
};
accounts.email.accounts = {
"jalr" = {
primary = true;