From 9fbb95d510fac7f94fe324891545eed9d5e108b4 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 1 Nov 2015 13:28:16 +0100 Subject: tv base: import vim --- tv/2configs/vim.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tv/2configs/vim.nix') diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 7eb2eb1..74eee0a 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -7,6 +7,13 @@ let vim' ]; + # Nano really is just a stupid name for Vim. + # Note: passing just pkgs.vim to cvs to not rebuild it all the time + nixpkgs.config.packageOverrides = pkgs: { + cvs = pkgs.cvs.override { nano = pkgs.vim; }; + nano = vim'; + }; + environment.variables.EDITOR = mkForce "vim"; }; -- cgit v1.2.3