From b20869fcc09647ed8200df46bd72047ef6a4c67d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 11 Jun 2023 03:05:44 -0400 Subject: [PATCH] ok --- homeConfig/modules/neovim/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ];