diff --git a/home/common/devel.nix b/home/common/devel.nix index c1d6dfe..28501f8 100644 --- a/home/common/devel.nix +++ b/home/common/devel.nix @@ -23,4 +23,8 @@ tree-sitter zig ]; + + home.sessionVariables = { + GOPROXY = "https://athena.patagia.dev"; + }; }