diff --git a/homeConfig/modules/neovim/default.nix b/homeConfig/modules/neovim/default.nix index dcbea9d..4e34e28 100644 --- a/homeConfig/modules/neovim/default.nix +++ b/homeConfig/modules/neovim/default.nix @@ -21,10 +21,10 @@ in }; # Bandaid fix until I can get the declarative setup working -# home.file.".config/nvim" = { -# source = ./config/lazyvim; -# recursive = true; -# }; + home.file.".config/nvim" = { + source = ./config/lazyvim; + recursive = true; + }; home.packages = with pkgs; [ lazygit ];