fix: EDITOR, replace neofetch with fastfetch

This commit is contained in:
Ryan Yin
2024-11-26 09:27:58 +08:00
parent 1955875498
commit 366aef4d2c
5 changed files with 10 additions and 14 deletions

View File

@@ -3,7 +3,6 @@
neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
};

View File

@@ -29,7 +29,7 @@ in {
enable = true;
package = pkgs-unstable.neovim-unwrapped;
defaultEditor = true;
# defaultEditor = true; # set EDITOR at system-wide level
viAlias = true;
vimAlias = true;