BitlBee: Difference between revisions
imported>Makefu Created page with "[https://en.wikipedia.org/wiki/BitlBee BitlBee] is a gateway (daemon / client) for IRC. == Basic configuration == Configure bitlbee as a service running, with plugins enable..." |
imported>Makefu initial batch of nixos-users |
||
Line 12: | Line 12: | ||
]; | ]; | ||
}</pre> | }</pre> | ||
== Enable libpurple plugins for bitlbee == | == Enable libpurple plugins for bitlbee == | ||
'''PLEASE SHARE YOUR KNOWLEDGE HERE''' | '''PLEASE SHARE YOUR KNOWLEDGE HERE''' |
Revision as of 18:14, 21 August 2017
BitlBee is a gateway (daemon / client) for IRC.
Basic configuration
Configure bitlbee as a service running, with plugins enabled. All options nixos-option services.bitlbee
.
services.bitlbee = { enable = true; plugins = [ pkgs.bitlbee-facebook # all plugins: `nix-env -qaP | grep bitlbee-` ]; }
Enable libpurple plugins for bitlbee
PLEASE SHARE YOUR KNOWLEDGE HERE