···1+# Use `glimpse-with-plugins` package for Glimpse with all plug-ins.
2+# If you just want a subset of plug-ins, you can specify them explicitly:
3+# `glimpse-with-plugins.override { plugins = with glimpsePlugins; [ gap ]; }`.
4+5+{ gimpPlugins, glimpse }:
6+7+# This attrs can be extended in the future if there happen to be glimpse-only
8+# plugins or some that need further modification in order to work with Glimpse.
9+gimpPlugins.overrideScope' (self: super: {
10+ gimp = glimpse;
11+})