diff options
Diffstat (limited to 'nixos/profiles/workstation/create.nix')
-rw-r--r-- | nixos/profiles/workstation/create.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/profiles/workstation/create.nix b/nixos/profiles/workstation/create.nix index b574b47..e902e7b 100644 --- a/nixos/profiles/workstation/create.nix +++ b/nixos/profiles/workstation/create.nix @@ -6,7 +6,11 @@ typst - inkscape + (inkscape-with-extensions.override { + inkscapeExtensions = [ + inkscape-extensions.inkstitch + ]; + }) gimp krita ]; |