patate: wireguard: disable wg-intra
[julm/julm-nix.git] / home-manager / profiles / drawing.nix
index 63f9cc563835e33ce7d70c68a4a804cde859e57e..bdea581074afc42b8407323ce5246caa73e6aada 100644 (file)
@@ -1,16 +1,20 @@
 { pkgs, ... }:
 {
+  imports = [
+    ./image.nix
+  ];
   home.packages = [
     #pkgs.blender
     pkgs.darktable
     pkgs.gcolor2
     pkgs.geeqie
-    pkgs.gimp
+    (pkgs.gimp-with-plugins.override {
+      plugins = with pkgs.gimpPlugins; [
+        gmic
+      ];
+    })
     pkgs.gpicview
-    pkgs.graphviz
-    pkgs.imagemagick
+    pkgs.gthumb
     pkgs.inkscape
-    pkgs.libavif
-    pkgs.optipng
   ];
 }