summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-11-06 19:35:05 +0100
committertv <tv@shackspace.de>2015-11-06 19:35:05 +0100
commit4f12837d0934ef1cc376669b2d00d6a821f662e2 (patch)
treef7f5982e8ff9d9a96143af8750366d9efffc381d /tv
parenta2a3838e41db2260e84e377c158482309b9d0123 (diff)
tv base: RIP old vim
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/base.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index 41159690..a74ce329 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
];