···11+# Use `glimpse-with-plugins` package for Glimpse with all plug-ins.
22+# If you just want a subset of plug-ins, you can specify them explicitly:
33+# `glimpse-with-plugins.override { plugins = with glimpsePlugins; [ gap ]; }`.
44+55+{ gimpPlugins, glimpse }:
66+77+# This attrs can be extended in the future if there happen to be glimpse-only
88+# plugins or some that need further modification in order to work with Glimpse.
99+gimpPlugins.overrideScope' (self: super: {
1010+ gimp = glimpse;
1111+})