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

@@ -72,10 +72,6 @@ in {
{
# Fix https://github.com/LnL7/nix-darwin/wiki/Terminfo-issues
TERMINFO_DIRS = map (path: path + "/share/terminfo") config.environment.profiles ++ ["/usr/share/terminfo"];
# for security reasons, do not load neovim's user config
# since EDITOR may be used to edit some critical files
EDITOR = "nvim --clean";
}
# Set variables for you to manually install homebrew packages.
// homebrew_mirror_env;