From 2193d39fc8682bbe3fd70e70057754561c5b6ae5 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 18 Jun 2024 15:14:11 -0400 Subject: [PATCH] dustin: added xdg app associations --- homes/dustin.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homes/dustin.nix b/homes/dustin.nix index b42ea1c0..f3567a18 100644 --- a/homes/dustin.nix +++ b/homes/dustin.nix @@ -23,6 +23,13 @@ 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 = { apps = { alacritty.enable = true;