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
|
alacritty
|
||||||
tmux
|
tmux
|
||||||
git
|
git
|
||||||
nano
|
nvi
|
||||||
p7zip
|
p7zip
|
||||||
tree
|
tree
|
||||||
];
|
];
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
viAlias = true;
|
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
configure = {
|
configure = {
|
||||||
packages.myVimPackage = with pkgs.vimPlugins; {
|
packages.myVimPackage = with pkgs.vimPlugins; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue