Skip to content
Commit 05882c0a authored by Maximilian Bosch's avatar Maximilian Bosch Committed by Jörg Thalheim
Browse files

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
    ];
  };
}
```
parent 91a7848f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment