From e4f8c5e9166f7c4e15c4cd491bae162a4c0ab7ef Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Sat, 4 Apr 2026 21:25:28 +0200 Subject: [PATCH] Add gimp to gandalf system --- systems/gandalf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/gandalf/default.nix b/systems/gandalf/default.nix index 8b59d55..553d09a 100644 --- a/systems/gandalf/default.nix +++ b/systems/gandalf/default.nix @@ -21,6 +21,7 @@ ../modules/ollama.nix ../modules/wireguard.nix ../modules/qbittorrent.nix + ../modules/gimp.nix ]; boot.loader.systemd-boot.enable = true; -- 2.49.1