Skip to content

Commit 4d25f26

Browse files
committed
chore:git_full
1 parent b73733f commit 4d25f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/system/environment.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ in {
8989
fuse.userAllowOther = true;
9090
git = {
9191
enable = true;
92-
package = pkgs.gitMinimal;
92+
package = pkgs.gitFull;
9393
};
9494
ssh.startAgent = true;
9595
};

0 commit comments

Comments
 (0)