gimp: enable GMIC plugin
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Mon, 22 Jan 2024 00:01:10 +0000 (01:01 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Mon, 22 Jan 2024 00:01:10 +0000 (01:01 +0100)
home-manager/profiles/drawing.nix

index e5a6bdb4a33a5ec47f0529c86839004b2d4eeeaa..bdea581074afc42b8407323ce5246caa73e6aada 100644 (file)
@@ -8,7 +8,11 @@
     pkgs.darktable
     pkgs.gcolor2
     pkgs.geeqie
-    pkgs.gimp
+    (pkgs.gimp-with-plugins.override {
+      plugins = with pkgs.gimpPlugins; [
+        gmic
+      ];
+    })
     pkgs.gpicview
     pkgs.gthumb
     pkgs.inkscape