Enable Neovim in default configuration

This change activates Neovim in the home-manager configuration file for aarch64-darwin systems, specifically for the 'harald@m4' user. This ensures Neovim is included alongside other CLI applications like Bash and Fish.
This commit is contained in:
Harald Hoyer 2024-11-28 09:10:04 +01:00
parent 23acb92b3b
commit 26b76063e1

View file

@ -22,7 +22,7 @@
cli-apps = { cli-apps = {
bash.enable = true; bash.enable = true;
fish.enable = true; fish.enable = true;
#neovim.enable = true; neovim.enable = true;
bat.enable = true; bat.enable = true;
starship.enable = true; starship.enable = true;
#home-manager.enable = true; #home-manager.enable = true;