diff options
-rw-r--r-- | home.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; |