glimpse: init at 0.2.0
Co-authored-by: Louis Bettens <louis@bettens.info> Co-authored-by: ash lea <example@thisismyactual.email>
This commit is contained in:
committed by
erictapen
co-authored by
Louis Bettens
ash lea
parent
110c2e7d45
commit
ef5475235c
@@ -0,0 +1,11 @@
|
||||
# Use `glimpse-with-plugins` package for Glimpse with all plug-ins.
|
||||
# If you just want a subset of plug-ins, you can specify them explicitly:
|
||||
# `glimpse-with-plugins.override { plugins = with glimpsePlugins; [ gap ]; }`.
|
||||
|
||||
{ gimpPlugins, glimpse }:
|
||||
|
||||
# This attrs can be extended in the future if there happen to be glimpse-only
|
||||
# plugins or some that need further modification in order to work with Glimpse.
|
||||
gimpPlugins.overrideScope' (self: super: {
|
||||
gimp = glimpse;
|
||||
})
|
||||
Reference in New Issue
Block a user