home: set CARGO_NET_GIT_FETCH_WITH_CLI to 1

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-26 20:26:51 +02:00
parent eba5cd9878
commit 4b9343fc3e
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ in {
keyboard.options = [ "caps:escape" ];
sessionVariables = {
CARGO_NET_GIT_FETCH_WITH_CLI = "true";
PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc";
};
};