work: fix imports
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
{config, ...}: {
|
||||
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";
|
||||
home-manager.users.${config.mj.username} = {
|
||||
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
||||
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user