aboutsummaryrefslogtreecommitdiff
path: root/overlays/pidgin/default.nix
blob: 4574cec13feb44f9fcc4cc3a16597a2d1ecfa893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
self: super:
{
  pidgin-with-plugins = super.pidgin-with-plugins.override {
    plugins = with super; [
      pidgin-otr
      pidgin-sipe
      pidgin-latex
      purple-hangouts
      purple-slack
      telegram-purple
      purple-matrix
      pidgin-carbons
      pidgin-window-merge
      toxprpl
    ];
  };
}