nix: update inputs
[julm/julm-nix.git] / home-manager / profiles / drawing.nix
index 63f9cc563835e33ce7d70c68a4a804cde859e57e..e5a6bdb4a33a5ec47f0529c86839004b2d4eeeaa 100644 (file)
@@ -1,5 +1,8 @@
 { pkgs, ... }:
 {
+  imports = [
+    ./image.nix
+  ];
   home.packages = [
     #pkgs.blender
     pkgs.darktable
@@ -7,10 +10,7 @@
     pkgs.geeqie
     pkgs.gimp
     pkgs.gpicview
-    pkgs.graphviz
-    pkgs.imagemagick
+    pkgs.gthumb
     pkgs.inkscape
-    pkgs.libavif
-    pkgs.optipng
   ];
 }