aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/common/core/git.nix')
-rw-r--r--home/root/common/core/git.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/root/common/core/git.nix b/home/root/common/core/git.nix
new file mode 100644
index 0000000..49e10df
--- /dev/null
+++ b/home/root/common/core/git.nix
@@ -0,0 +1,6 @@
+{
+ programs.git = {
+ enable = true;
+ extraConfig.pull.rebase = true;
+ };
+}