remove neovim from base, install vim on server instead
This commit is contained in:
parent
ca66362ce6
commit
6f350c8a93
2 changed files with 8 additions and 1 deletions
|
@ -18,6 +18,13 @@
|
||||||
xclip
|
xclip
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking.nameservers = lib.mkForce [
|
networking.nameservers = lib.mkForce [
|
||||||
"100.80.255.88"
|
"100.80.255.88"
|
||||||
"10.100.69.69"
|
"10.100.69.69"
|
||||||
|
|
|
@ -27,6 +27,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
curl
|
curl
|
||||||
htop
|
htop
|
||||||
|
vim
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue