diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index a14fc929..e486c6c2 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -28,9 +28,9 @@ # Link the nvchad files to my homedir # https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile xdg.configFile."nvim" = { - enable = false; + enable = true; recursive = true; - source = "${pkgs.vimPlugins.nvchad}/"; + source = "${pkgs.vimPlugins.LazyVim}/"; target = "./nvim"; };