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
home.file.".config/nvim" = {
source = ./config/lazyvim;
recursive = true;
};
# home.file.".config/nvim" = {
# source = ./config/lazyvim;
# recursive = true;
# };
home.packages = with pkgs; [
lazygit
];