From 9aaba131e1f473e069be1b2415b3e73b8fca752a Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Fri, 27 Mar 2026 10:05:33 +0100 Subject: [PATCH] Add gimp.nix to work machine --- systems/work/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/work/default.nix b/systems/work/default.nix index 441950e..c0989e4 100644 --- a/systems/work/default.nix +++ b/systems/work/default.nix @@ -19,6 +19,7 @@ ../modules/wireguard.nix ../modules/remmina.nix ../modules/postman.nix + ../modules/gimp.nix ]; boot.loader.systemd-boot.enable = true;