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
];
}