From d161a52f3d489e11abbff662543d5109617978f5 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 11 Jun 2023 03:02:15 -0400 Subject: [PATCH] trying to reset nvim --- 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 4e34e28..dcbea9d 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 ];