git: tweak GUI config
[julm/julm-nix.git] / home-manager / profiles / drawing.nix
index b5756eb59792a51d1e96035091e4a7d4f4285836..e5a6bdb4a33a5ec47f0529c86839004b2d4eeeaa 100644 (file)
@@ -1,15 +1,16 @@
 { pkgs, ... }:
 {
+  imports = [
+    ./image.nix
+  ];
   home.packages = [
     #pkgs.blender
+    pkgs.darktable
     pkgs.gcolor2
     pkgs.geeqie
     pkgs.gimp
     pkgs.gpicview
-    pkgs.graphviz
-    pkgs.imagemagick
+    pkgs.gthumb
     pkgs.inkscape
-    pkgs.libavif
-    pkgs.optipng
   ];
 }