Changed how nix is configured

This commit is contained in:
fwastring 2025-09-19 16:57:04 +02:00
parent 562970f62a
commit 3416502f73
5 changed files with 20 additions and 17 deletions

View file

@ -2,9 +2,14 @@
{
programs.git = {
enable = true;
userName = "fwastring";
userEmail = "fredrik@wastring.com";
extraConfig = {
config = {
user = {
name = "fwastring";
email = "fredrik@wastring.com";
};
pull = {
rebase = false;
};
url."git@github.com:".insteadOf = "https://github.com/";
};
};