add some work elements

This commit is contained in:
2024-03-12 17:09:32 +02:00
parent 8c87e00502
commit 3e4b56fe9b
2 changed files with 6 additions and 0 deletions

4
shared/work/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
}