diff options
author | tv <tv@krebsco.de> | 2017-11-02 21:13:00 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-11-02 21:13:00 +0100 |
commit | 1345bb04719e5cb36ea999798b62507759a139db (patch) | |
tree | f9629692a36fb48f9c125b1d6ee5f4175479481d /tv/1systems/alnus | |
parent | 24ef0f56ba48da109b7288e37304958b0320dc0e (diff) |
tv: use pidgin-with-plugins.override
Diffstat (limited to 'tv/1systems/alnus')
-rw-r--r-- | tv/1systems/alnus/config.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index 71302d594..001ad0bc4 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -26,8 +26,9 @@ with import <stockholm/lib>; chromium firefoxWrapper networkmanagerapplet - pidginotr - pidgin-with-plugins + (pkgs.pidgin-with-plugins.override { + plugins = [ pkgs.pidginotr ]; + }) ]; fileSystems = { |