home/cargo: move config envvar to correct module
This commit is contained in:
parent
342b08c4a2
commit
64c4c8f121
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user