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 103 additions and 21 deletions
Showing only changes of commit a112e80baa - Show all commits

View File

@@ -13,8 +13,20 @@
pull = { rebase = true; }; pull = { rebase = true; };
fetch = { prune = true; }; fetch = { prune = true; };
}; };
};
imports = [ includes = [
]; {
condition = "gitdir:~/git.noahknegt.com";
contents = {
userEmail = "git@noahknegt.com";
};
}
{
condition = "gitdir:~/open-source";
contents = {
userEmail = "git@noahknegt.com";
};
}
];
};
} }