From b84689359d8b8378ddbd513c761aaa1b44ba07fc Mon Sep 17 00:00:00 2001 From: Mysaa Java Date: Sun, 12 Oct 2025 18:09:40 +0200 Subject: [PATCH] Added inkscape and gnucash --- profiles/graphical/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/graphical/packages.nix b/profiles/graphical/packages.nix index 4350700..7364dce 100644 --- a/profiles/graphical/packages.nix +++ b/profiles/graphical/packages.nix @@ -44,6 +44,8 @@ in kdiff3 pdfarranger anki-bin # Register addons here (and login to anki-server) + gnucash + inkscape ]; programs.steam.enable = true;