From 681c24217f7900b1544d661209990ec255eb98c1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jun 2018 15:15:01 -0700 Subject: Add pidgin --- home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 37b9dd6..f0f4e15 100644 --- a/home.nix +++ b/home.nix @@ -115,6 +115,16 @@ in path = https://github.com/rycee/home-manager/archive/release-18.03.tar.gz; }; + pidgin = { + enable = true; + package = pkgs.pidgin-with-plugins; + plugins = [ + pkgs.pidgin-window-merge + pkgs.pidgin-xmpp-receipts + pkgs.purple-plugin-pack + ]; + }; + vim = import ./vim.nix { inherit pkgs; inherit (pkgs) vimUtils fetchFromGitHub; -- cgit v1.2.3