Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created April 22, 2019 09:38
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 tilpner/b2cb120bed57737c973c3cf7df165968 to your computer and use it in GitHub Desktop.
Save tilpner/b2cb120bed57737c973c3cf7df165968 to your computer and use it in GitHub Desktop.
weechat = pkgs.weechat.override {
configure = { availablePlugins, ... }: {
plugins = builtins.attrValues (availablePlugins // {
python = availablePlugins.python.withPackages (ps: with ps; [
pyopenssl
typing
webcolors
future
atomicwrites
pkgs.weechat-matrix.matrix-nio
pkgs.weechat-matrix.weechat-matrix
attrs
Logbook
pygments
]);
});
scripts = with pkgs; [
weechat-matrix.weechat-matrix
];
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment