From e69953588c08470b5826334ca4909e9a128a27b9 Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Sun, 24 Nov 2019 18:57:29 +0100
Subject: [PATCH] Install gimp on workstations

---
 nixos/layers/workstation.nix | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nixos/layers/workstation.nix b/nixos/layers/workstation.nix
index 38ac214..42b6cc1 100644
--- a/nixos/layers/workstation.nix
+++ b/nixos/layers/workstation.nix
@@ -10,5 +10,7 @@
 
     tdesktop
     spotify
+    gimp
   ];
-}
\ No newline at end of file
+}
+
-- 
GitLab