From 608cff711666549e6efefec9d5da97839165327e Mon Sep 17 00:00:00 2001 From: Mysaa Java Date: Thu, 23 Oct 2025 12:44:15 +0200 Subject: [PATCH] Added josm and gimp packages --- profiles/graphical/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/graphical/packages.nix b/profiles/graphical/packages.nix index 7364dce..3ef14d0 100644 --- a/profiles/graphical/packages.nix +++ b/profiles/graphical/packages.nix @@ -46,6 +46,8 @@ in anki-bin # Register addons here (and login to anki-server) gnucash inkscape + gimp + josm ]; programs.steam.enable = true;