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:
parent
23acb92b3b
commit
26b76063e1
|
@ -22,7 +22,7 @@
|
|||
cli-apps = {
|
||||
bash.enable = true;
|
||||
fish.enable = true;
|
||||
#neovim.enable = true;
|
||||
neovim.enable = true;
|
||||
bat.enable = true;
|
||||
starship.enable = true;
|
||||
#home-manager.enable = true;
|
||||
|
|
Loading…
Reference in a new issue