home/cargo: move config envvar to correct module
This commit is contained in:
@@ -136,7 +136,6 @@ in {
|
|||||||
keyboard.options = [ "caps:escape" ];
|
keyboard.options = [ "caps:escape" ];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
CARGO_NET_GIT_FETCH_WITH_CLI = "true";
|
|
||||||
PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc";
|
PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc";
|
||||||
_JAVA_AWT_WM_NONREPARENTING = "1";
|
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,4 +6,6 @@
|
|||||||
cargo-new.vcs = "git";
|
cargo-new.vcs = "git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables.CARGO_NET_GIT_FETCH_WITH_CLI = "true";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user