diff options
Diffstat (limited to 'nixos/profiles/workstation/graphical.nix')
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index bc1d175..fea4cbd 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -30,6 +30,8 @@ # graphical tools imv mpv + zathura + # TODO: zathura doesn't adjust zoom on PDF open even though adjust-open="best-fit" is the default according to zathurarc(5) element-desktop # set and forget @@ -48,6 +50,7 @@ in { "text/html" = defaultBrowser; + "application/pdf" = "org.pwmt.zathura.desktop"; "x-scheme-handler/http" = defaultBrowser; "x-scheme-handler/https" = defaultBrowser; |