about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index c1b2c271..cfeff565 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -54,5 +54,7 @@ let
 
   poezio = pkgs.python34Packages.poezio;
 
+  vim = vim_configurable;
+
 in
-{ inherit taffybar offlineimap sent mpv beets git-annex poezio; }
+{ inherit taffybar offlineimap sent mpv beets git-annex poezio vim; }