From 3a9df8494f1850003e1ded8d5e69486f16706972 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 2 Nov 2017 21:13:00 +0100 Subject: tv: use pidgin-with-plugins.override --- tv/1systems/alnus/config.nix | 5 +++-- tv/1systems/mu/config.nix | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'tv') 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 ; chromium firefoxWrapper networkmanagerapplet - pidginotr - pidgin-with-plugins + (pkgs.pidgin-with-plugins.override { + plugins = [ pkgs.pidginotr ]; + }) ]; fileSystems = { diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 10d7b21..6c22971 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -57,8 +57,9 @@ with import ; gimp iptables libreoffice - pidginotr - pidgin-with-plugins + (pkgs.pidgin-with-plugins.override { + plugins = [ pkgs.pidginotr ]; + }) skype slock tinc_pre -- cgit v1.2.3