Enable git.

This commit is contained in:
Drew Galbraith 2024-12-26 17:24:20 -08:00
parent 2cd81fbd85
commit 2613507a79
1 changed files with 11 additions and 12 deletions

View File

@ -2,8 +2,6 @@
{ {
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
home-manager
git jujutsu git jujutsu
]; ];
@ -12,6 +10,7 @@
stateVersion = "23.11"; stateVersion = "23.11";
};
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;
@ -23,7 +22,7 @@
core = { core = {
editor = "vim"; editor = "vim";
}; };
}; init.defaultBranch = "main";
}; };
}; };
}; };