Pidgin: Difference between revisions
imported>Makefu m Makefu moved page Pidgin with OTR to Pidgin: make generic page |
imported>Makefu No edit summary |
||
| Line 1: | Line 1: | ||
== Configure OTR for pidgin == | |||
If you want to use pidgin with the OTR plugin, you will find out, that installing the plugin with | If you want to use pidgin with the OTR plugin, you will find out, that installing the plugin with | ||
<code>nix-env -iA nixos.pidginotr</code> | <code>nix-env -iA nixos.pidginotr</code> | ||
| Line 5: | Line 6: | ||
There are two ways to do it. | There are two ways to do it. | ||
== User local change == | === User local change === | ||
To make a change that only affects the current user, do this: | To make a change that only affects the current user, do this: | ||
| Line 20: | Line 21: | ||
2. Install pidgin with <code>nix-env -iA nixos.pidgin-with-plugins</code>. | 2. Install pidgin with <code>nix-env -iA nixos.pidgin-with-plugins</code>. | ||
== System wide change == | === System wide change === | ||
This solution fixes it for all users. | This solution fixes it for all users. | ||