diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-17 07:29:02 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-17 07:29:02 +0200 |
commit | 7ba181f5849a89b511e86ac868c20ed17052827d (patch) | |
tree | d9f25a81dd3cefcc734ff2d263878a589eb0d62f /nixos | |
parent | 5b166f58b054e84b35153617ff0086336acede33 (diff) |
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/profiles/workstation/create.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/create.nix b/nixos/profiles/workstation/create.nix index e902e7b..1c955a6 100644 --- a/nixos/profiles/workstation/create.nix +++ b/nixos/profiles/workstation/create.nix @@ -4,6 +4,7 @@ environment.systemPackages = with pkgs; [ graphviz-nox # for dot + hugo typst (inkscape-with-extensions.override { |