add config for git
This commit is contained in:
parent
63f4c416d8
commit
1563920836
1 changed files with 10 additions and 0 deletions
|
|
@ -202,4 +202,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "${config.home.homeDirectory}/nix-system";
|
flake = "${config.home.homeDirectory}/nix-system";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
aliases = {
|
||||||
|
co = "checkout";
|
||||||
|
};
|
||||||
|
extraConfig = {
|
||||||
|
pull.rebase = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue