diff options
author | tv <tv@shackspace.de> | 2015-11-06 19:35:05 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-06 19:35:05 +0100 |
commit | 4f12837d0934ef1cc376669b2d00d6a821f662e2 (patch) | |
tree | f7f5982e8ff9d9a96143af8750366d9efffc381d /tv/2configs/base.nix | |
parent | a2a3838e41db2260e84e377c158482309b9d0123 (diff) |
tv base: RIP old vim
Diffstat (limited to 'tv/2configs/base.nix')
-rw-r--r-- | tv/2configs/base.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index 41159690d..a74ce3297 100644 --- a/tv/2configs/base.nix +++ b/tv/2configs/base.nix @@ -69,22 +69,6 @@ with lib; nix.useChroot = true; } { - # oldvim - environment.systemPackages = with pkgs; [ - vim - ]; - - environment.etc."vim/vimrc".text = '' - set nocp - ''; - - environment.etc."vim/vim${majmin pkgs.vim.version}".source = - "${pkgs.vim}/share/vim/vim${majmin pkgs.vim.version}"; - - environment.variables.EDITOR = mkForce "vim"; - environment.variables.VIM = "/etc/vim"; - } - { environment.systemPackages = with pkgs; [ rxvt_unicode.terminfo ]; |