Pidgin: Difference between revisions
imported>Shawn8901 No edit summary |
imported>Shawn8901 No edit summary |
||
| Line 10: | Line 10: | ||
... | ... | ||
packageOverrides = pkgs: rec { | packageOverrides = pkgs: rec { | ||
pidgin-with-plugins = pkgs.pidgin | pidgin-with-plugins = pkgs.pidgin.override { | ||
## Add whatever plugins are desired (see nixos.org package listing). | ## Add whatever plugins are desired (see nixos.org package listing). | ||
plugins = [ pkgs.pidgin-otr ]; | plugins = [ pkgs.pidgin-otr ]; | ||