diff options
Diffstat (limited to 'nixos/profiles/workstation')
-rw-r--r-- | nixos/profiles/workstation/create.nix | 2 | ||||
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/create.nix b/nixos/profiles/workstation/create.nix index 1fc7a28..4ac9e29 100644 --- a/nixos/profiles/workstation/create.nix +++ b/nixos/profiles/workstation/create.nix @@ -4,6 +4,8 @@ environment.systemPackages = with pkgs; [ graphviz-nox # for dot + typst + gimp krita ]; 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; |