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