Guest User

Untitled

a guest
Feb 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. weechat = pkgs.weechat.override { configure = { availablePlugins, ... }: {
  2. plugins = with availablePlugins; [
  3. (python.withPackages (ps: with ps; [ twitter ]))
  4. ];
  5. };};
Add Comment
Please, Sign In to add comment