tv base: RIP old vim
This commit is contained in:
parent
a2a3838e41
commit
4f12837d09
@ -68,22 +68,6 @@ with lib;
|
|||||||
|
|
||||||
nix.useChroot = true;
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
rxvt_unicode.terminfo
|
rxvt_unicode.terminfo
|
||||||
|
Loading…
Reference in New Issue
Block a user