setup-env #1

Merged
noah.knegt merged 28 commits from setup-env into main 2025-02-28 21:49:32 +01:00
8 changed files with 83 additions and 18 deletions
Showing only changes of commit 2655971046 - Show all commits

View File

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

View File

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