{ pkgs-latest, ... }: { home.packages = with pkgs-latest; [ # (gimp-with-plugins.override { # plugins = with gimpPlugins; [ bimp ]; # }) gimp ]; }