change vim alias to nvim option

This commit is contained in:
Frost-Phoenix 2024-01-15 19:45:38 +01:00
parent 3f2f72083f
commit 589744006b
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.neovim.enable = true; programs.neovim = {
enable = true;
vimAlias = true;
};
} }

View file

@ -18,7 +18,7 @@
# Utils # Utils
c = "clear"; c = "clear";
vim = "nvim"; # vim = "nvim";
cat = "bat"; cat = "bat";
nano = "micro"; nano = "micro";
icat = "kitten icat"; icat = "kitten icat";