rxvt_unicode: add some plugins and a wrapper
This commit is contained in:
committed by
Rok Garbas
parent
e3728f0aad
commit
21dae01ea6
@@ -10240,6 +10240,14 @@ let
|
||||
unicode3Support = true;
|
||||
};
|
||||
|
||||
# urxvt plugins
|
||||
urxvt_perls = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-perls { };
|
||||
urxvt_tabbedex = callPackage ../applications/misc/rxvt_unicode-plugins/urxvt-tabbedex { };
|
||||
|
||||
rxvt_unicode_wrapper = callPackage ../applications/misc/rxvt_unicode/wrapper.nix {
|
||||
plugins = [];
|
||||
};
|
||||
|
||||
sakura = callPackage ../applications/misc/sakura {
|
||||
inherit (gnome) vte;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user