pumpkin: syncoid: setup service
[julm/julm-nix.git] / home-manager / profiles / drawing.nix
index e5a6bdb4a33a5ec47f0529c86839004b2d4eeeaa..9a1e3cac16ada20bb5e1654723f8bdc01f864502 100644 (file)
@@ -6,11 +6,18 @@
   home.packages = [
     #pkgs.blender
     pkgs.darktable
-    pkgs.gcolor2
+    pkgs.eyedropper
+    pkgs.gcolor3
     pkgs.geeqie
-    pkgs.gimp
-    pkgs.gpicview
+    (pkgs.gimp-with-plugins.override {
+      plugins = with pkgs.gimpPlugins; [
+        gmic
+      ];
+    })
     pkgs.gthumb
+    pkgs.image-roll
     pkgs.inkscape
+    pkgs.loupe
+    pkgs.nomacs
   ];
 }