chore:git_full

fix:locale

remove:mirror_actions
This commit is contained in:
dichgrem
2025-11-09 20:45:29 +08:00
parent b73733fa58
commit 40eb78b6fb
3 changed files with 2 additions and 42 deletions

View File

@@ -89,7 +89,7 @@ in {
fuse.userAllowOther = true;
git = {
enable = true;
package = pkgs.gitMinimal;
package = pkgs.gitFull;
};
ssh.startAgent = true;
};