dustin: added xdg app associations

This commit is contained in:
Aly Raffauf 2024-06-18 15:14:11 -04:00
parent 510be831cc
commit 2193d39fc8

View file

@ -23,6 +23,13 @@
programs.home-manager.enable = true; programs.home-manager.enable = true;
xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/epub+zip" = "com.calibre_ebook.calibre.desktop;org.gnome.Evince.desktop;com.calibre_ebook.calibre.ebook-viewer.desktop;";
};
};
alyraffauf = { alyraffauf = {
apps = { apps = {
alacritty.enable = true; alacritty.enable = true;