{ pkgs, ... }: { imports = [ ./image.nix ]; home.packages = [ #pkgs.blender pkgs.darktable pkgs.gcolor3 pkgs.eyedropper pkgs.geeqie (pkgs.gimp-with-plugins.override { plugins = with pkgs.gimpPlugins; [ gmic ]; }) pkgs.gthumb pkgs.loupe pkgs.image-roll pkgs.inkscape ]; }