home/cargo: move config envvar to correct module

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-25 11:22:50 +02:00
parent 342b08c4a2
commit 64c4c8f121
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 1 deletions
home

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

@ -6,4 +6,6 @@
cargo-new.vcs = "git";
};
};
home.sessionVariables.CARGO_NET_GIT_FETCH_WITH_CLI = "true";
}