work: add BUILDKIT_COLORS

main
Motiejus Jakštys 2024-03-26 09:13:26 +02:00 committed by Motiejus Jakštys
parent 11d6fe7be9
commit 1f766d977d
1 changed files with 4 additions and 1 deletions

View File

@ -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 = [