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