about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-14 20:26:04 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-14 20:26:04 +0000
commit637d1379e867d630e515272ea140e5ab197be8bf (patch)
treefec3e6d9bda5fab21a71c53d685fa041d2e05b6b /nix-conf
parentba6cbb01e2e2404788b2325c9c86e56581ad39ca (diff)
downloaddotfiles-637d1379e867d630e515272ea140e5ab197be8bf.tar.gz
Don't use vimHugeX on servers
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/linux-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index cb69eee..45fe3bd 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -47,5 +47,6 @@
     '';
   };
 
+  programs.vim.packageConfigurable = pkgs.vim;
 }