From 68b0599788401c271c0133138fb073210d1f008b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 13 Jun 2025 17:39:38 +0200 Subject: feat(workstation): add inkstitch --- nixos/profiles/workstation/create.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ]; -- cgit v1.2.3