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-13 17:39:38 +0200 |
commit | 68b0599788401c271c0133138fb073210d1f008b (patch) | |
tree | 4f0c2d687409f5c12278ebbbfc95273638c11103 /nixos | |
parent | ee79a3b20c35f4997c2703adea9aa561b1a51470 (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 ]; |