This commit is contained in:
Bryan Ramos 2023-06-11 03:05:44 -04:00
parent d161a52f3d
commit b20869fcc0

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
]; ];