Update git config
This commit is contained in:
@@ -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; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user