work: add BUILDKIT_COLORS
This commit is contained in:
parent
11d6fe7be9
commit
1f766d977d
@ -59,7 +59,10 @@
|
||||
};
|
||||
|
||||
home-manager.users.${config.mj.username} = {
|
||||
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
||||
home.sessionVariables = {
|
||||
GOPRIVATE = "github.com/chronosphereio";
|
||||
BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";
|
||||
};
|
||||
programs = {
|
||||
git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
||||
chromium.extensions = [
|
||||
|
Loading…
Reference in New Issue
Block a user