diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-23 15:44:26 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-23 16:10:32 +0100 |
commit | b20a94dc75cdd76f105c601867d3d165ae249461 (patch) | |
tree | adfa77bd1d095687abb162f3e1f6297329aba44e /nixos/profiles/workstation/create.nix | |
parent | dbd705bb9473186f9634a57aacee4f3e1f444773 (diff) |
feat(workstation): add typst and zathura
Diffstat (limited to 'nixos/profiles/workstation/create.nix')
-rw-r--r-- | nixos/profiles/workstation/create.nix | 2 |
1 files changed, 2 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 ]; |