tweak(git): use gitFull package

This commit is contained in:
Infinidoge 2023-04-12 15:15:26 -04:00
parent ad7a8c1b90
commit 3ebaccc2ba

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
programs.git = {
enable = true;
package = pkgs.gitFull;
extraConfig = {
pull.rebase = true;