From 09a11bd6a41835c81bb0356b167e88075cd740a6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 7 Feb 2024 12:49:02 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };