From 26b76063e1b867f40e7ddfd189b7ad13314b2b50 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 28 Nov 2024 09:10:04 +0100 Subject: [PATCH] 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. --- homes/aarch64-darwin/harald@m4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/aarch64-darwin/harald@m4/default.nix b/homes/aarch64-darwin/harald@m4/default.nix index c6a3652..fa867e9 100644 --- a/homes/aarch64-darwin/harald@m4/default.nix +++ b/homes/aarch64-darwin/harald@m4/default.nix @@ -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;