diff options
author | tv <tv@krebsco.de> | 2015-11-06 19:35:05 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 19:35:05 +0100 |
commit | 4d4955ad403775e9a8477c3f1163abb1f9e96d02 (patch) | |
tree | ff1120b486639e7164ce693f03cb24cb44eacc8d /tv | |
parent | 386920bf7802b93dfd26cb9ddfafdeb967266f1e (diff) |
tv base: RIP old vim
Diffstat (limited to 'tv')
-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 4115969..a74ce32 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 ]; |