diff options
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 377e8ef..503f262 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -24,6 +24,7 @@ wget xclip hexyl + calibre ]; programs.alacritty = { @@ -141,5 +142,15 @@ }; programs.home-manager.enable = true; + + xdg.mimeApps = { + enable = true; + defaultApplications = { + "application/pdf" = [ "firefox.desktop" ]; + "text/html" = [ "firefox.desktop" ]; + "x-scheme-handler/http" = [ "firefox.desktop" ]; + "x-scheme-handler/https" = [ "firefox.desktop" ]; + }; + }; }; } |
