home: Manage xdg mimeapps

restic-rest-server
Simon Bruder 2020-11-07 10:56:51 +01:00
parent 80b16dddb2
commit 25947a3010
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 9 additions and 0 deletions

View File

@ -45,5 +45,14 @@ in
gtk-enable-tooltips = 0
'';
};
xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
"image/png" = "mpv.desktop";
"image/jpeg" = "mpv.desktop";
};
};
};
}