summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/simple/weechat-tv.nix
blob: 17d286366e3c547f04214678fd8811870e8d5b68 (plain)
1
2
3
4
5
6
7
8
9
{ lib, pkgs }:

pkgs.wrapWeechat pkgs.weechat-unwrapped {
  configure = { availablePlugins, ... }: {
    scripts = [
      pkgs.weechatScripts.weechat-matrix
    ];
  };
}