BitlBee: Difference between revisions

imported>Fadenb
m Basic configuration: syntaxhighlight
imported>Nix
m add Software/Applications subcategory
 
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
== Enable libpurple plugins for bitlbee ==
== Enable libpurple plugins for bitlbee ==


'''PLEASE SHARE YOUR KNOWLEDGE HERE'''
There is a build option to enable libpurple's plugin for bitlbee.
 
<syntaxhighlight lang="nix">nixpkgs.config.bitlbee.enableLibPurple = true;
 
services.bitlbee = {
  enable = true;
  libpurple_plugins = [
    pkgs.purple-hangout
    # all plugins: `nix-env -qaP | grep purple-`
  ];
}</syntaxhighlight>
 
[[Category:Applications]]