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