config/shared/work/default.nix

6 lines
212 B
Nix

{
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
}