Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created February 12, 2018 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/f81d1b6343eb3a0001280085e49d6b11 to your computer and use it in GitHub Desktop.
Save infinisil/f81d1b6343eb3a0001280085e49d6b11 to your computer and use it in GitHub Desktop.
weechat = pkgs.weechat.override { configure = { availablePlugins, ... }: {
plugins = with availablePlugins; [
(python.withPackages (ps: with ps; [ twitter ]))
];
};};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment