Pidgin: Difference between revisions
imported>Castilma mNo edit summary |
imported>Castilma m use syntaxhighlight |
||
| Line 7: | Line 7: | ||
Put this into <code>~/.config/nixpkgs/config.nix</code>: | Put this into <code>~/.config/nixpkgs/config.nix</code>: | ||
< | <syntaxhighlight lang=nix> | ||
{ | |||
packageOverrides = pkgs: rec { | packageOverrides = pkgs: rec { | ||
pidgin-with-plugins = pkgs.pidgin-with-plugins.override { | pidgin-with-plugins = pkgs.pidgin-with-plugins.override { | ||
plugins = [ pkgs.pidginotr ];}; | plugins = [ pkgs.pidginotr ];}; | ||
}; | }; | ||
} | |||
</ | </syntaxhighlight> | ||
Then you can install pidgin with | Then you can install pidgin with | ||