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 | 3a9df8494f1850003e1ded8d5e69486f16706972 (patch) | |
tree | 14d50d9d7840671950ae12349a52ecc53799ee41 /tv/1systems/alnus | |
parent | 934aa37c436317d5eacc3149db9a7efe79b817b4 (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 71302d5..001ad0b 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 = { |