aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/terminal-emulators/rxvt-unicode-plugins/default.nix
blob: 74bfbe83e91f35a2f6d378c84f0448cb651c9472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ callPackage }:

{
  autocomplete-all-the-things = callPackage ./urxvt-autocomplete-all-the-things { };

  bidi = callPackage ./urxvt-bidi { };

  font-size = callPackage ./urxvt-font-size { };

  perl = callPackage ./urxvt-perl { };

  perls = callPackage ./urxvt-perls { };

  resize-font = callPackage ./urxvt-resize-font { };

  tabbedex = callPackage ./urxvt-tabbedex { };

  theme-switch = callPackage ./urxvt-theme-switch { };

  vtwheel = callPackage ./urxvt-vtwheel { };

}