Pidgin: Difference between revisions
imported>HLandau No edit summary |
imported>Shawn8901 No edit summary |
||
| Line 12: | Line 12: | ||
pidgin-with-plugins = pkgs.pidgin-with-plugins.override { | pidgin-with-plugins = pkgs.pidgin-with-plugins.override { | ||
## Add whatever plugins are desired (see nixos.org package listing). | ## Add whatever plugins are desired (see nixos.org package listing). | ||
plugins = [ pkgs. | plugins = [ pkgs.pidgin-otr ]; | ||
}; | }; | ||
}; | }; | ||
| Line 34: | Line 34: | ||
allowUnfree = true; | allowUnfree = true; | ||
packageOverrides = pkgs: with pkgs; { | packageOverrides = pkgs: with pkgs; { | ||
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 = [ | plugins = [ pidgin-otr ]; | ||
}; | }; | ||
}; | }; | ||