Change editor in 'base' to vi instead of nano
This commit is contained in:
parent
1302db2ca7
commit
312b16a540
2 changed files with 1 additions and 2 deletions
2
base.nix
2
base.nix
|
@ -6,7 +6,7 @@
|
|||
alacritty
|
||||
tmux
|
||||
git
|
||||
nano
|
||||
nvi
|
||||
p7zip
|
||||
tree
|
||||
];
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
configure = {
|
||||
packages.myVimPackage = with pkgs.vimPlugins; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue