Define default applications for mime types
This commit is contained in:
parent
80698ceebd
commit
0006377763
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue