weechatScripts.weechat-autosort: init at unstable-2018-01-11 (#51729)

Helpful weechat script to automatically keep buffers sorted.

Can be activated like this:

``` nix
weechat.override {
  configure = { ... }: {
    scripts = [
      weechatScripts.weechat-autosort
    ];
  };
}
```
This commit is contained in:
Maximilian Bosch
2018-12-08 16:45:18 +00:00
committed by Jörg Thalheim
parent 91a7848fe2
commit 05882c0a74
2 changed files with 27 additions and 0 deletions
@@ -12,4 +12,6 @@
wee-slack = callPackage ./wee-slack {
inherit pythonPackages;
};
weechat-autosort = callPackage ./weechat-autosort { };
}