trying to reset nvim

This commit is contained in:
Bryan Ramos 2023-06-11 03:02:15 -04:00
parent 8b5b763920
commit d161a52f3d

View file

@ -21,10 +21,10 @@ in
}; };
# Bandaid fix until I can get the declarative setup working # Bandaid fix until I can get the declarative setup working
home.file.".config/nvim" = { # home.file.".config/nvim" = {
source = ./config/lazyvim; # source = ./config/lazyvim;
recursive = true; # recursive = true;
}; # };
home.packages = with pkgs; [ home.packages = with pkgs; [
lazygit lazygit
]; ];