tweak(git): use gitFull package
This commit is contained in:
parent
ad7a8c1b90
commit
3ebaccc2ba
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue