summaryrefslogtreecommitdiff
path: root/nixos/profiles/workstation/create.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-06-13 17:39:38 +0200
committerMartin Fischer <martin@push-f.com>2025-06-13 17:39:38 +0200
commit68b0599788401c271c0133138fb073210d1f008b (patch)
tree4f0c2d687409f5c12278ebbbfc95273638c11103 /nixos/profiles/workstation/create.nix
parentee79a3b20c35f4997c2703adea9aa561b1a51470 (diff)
feat(workstation): add inkstitch
Diffstat (limited to 'nixos/profiles/workstation/create.nix')
-rw-r--r--nixos/profiles/workstation/create.nix6
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
];