diff --git a/home/home.nix b/home/home.nix index c6a1538..c059f6c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -83,6 +83,7 @@ in { keyboard.options = [ "caps:escape" ]; sessionVariables = { + CARGO_NET_GIT_FETCH_WITH_CLI = "true"; PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc"; }; };