Update git config

This commit is contained in:
2025-02-26 22:23:51 +01:00
parent e9c2499304
commit 2655971046
2 changed files with 3 additions and 4 deletions

View File

@@ -9,9 +9,9 @@
userEmail = "personal@noahknegt.com"; userEmail = "personal@noahknegt.com";
extraConfig = { extraConfig = {
push = { push = { autoSetupRemote = true; };
autoSetupRemote = true; pull = { rebase = true; };
}; fetch = { prune = true; };
}; };
}; };

View File

@@ -53,7 +53,6 @@
# Enable home-manager and git # Enable home-manager and git
programs.home-manager.enable = true; programs.home-manager.enable = true;
programs.git.enable = true;
# Nicely reload system units when changing configs # Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch"; systemd.user.startServices = "sd-switch";