From 1f766d977d7096cd87a97573da7cf7271b9a5248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 26 Mar 2024 09:13:26 +0200 Subject: [PATCH] work: add BUILDKIT_COLORS --- shared/work/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shared/work/default.nix b/shared/work/default.nix index 2ded37d..2135050 100644 --- a/shared/work/default.nix +++ b/shared/work/default.nix @@ -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 = [