diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-14 20:26:04 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-14 20:26:04 +0000 |
commit | 637d1379e867d630e515272ea140e5ab197be8bf (patch) | |
tree | fec3e6d9bda5fab21a71c53d685fa041d2e05b6b /nix-conf/home | |
parent | ba6cbb01e2e2404788b2325c9c86e56581ad39ca (diff) | |
download | dotfiles-637d1379e867d630e515272ea140e5ab197be8bf.tar.gz |
Don't use vimHugeX on servers
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 1 |
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; } |