diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-13 17:39:38 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-16 16:25:48 +0200 |
commit | a6c04914a4c038b5e3778e11afa89dd21a6d7874 (patch) | |
tree | 9cc14012ad1927da1ff009430b6a9bd96e868a19 /nixos | |
parent | 363374c2656ceabd3a63ccd666905817c0dfb818 (diff) |
feat(workstation): add inkstitch
Diffstat (limited to 'nixos')
-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 ]; |