···164164 lm_sensors
165165 ];
166166167167- # Use nano as the default editor (if we do not have something user-specific)
168168- environment.variables.eDITOR = "nano";
167167+ environment.variables = {
168168+ # Use nano as the default editor (if we do not have something user-specific)
169169+ EDITOR = "nano";
170170+171171+ # Do not shove Go stuff in my home dir, ugly
172172+ GOPATH = "$HOME/.local/share/go";
173173+174174+ # Do not shove Rust stuff in my home dir, ugly
175175+ CARGO_HOME = "$HOME/.local/share/cargo";
176176+ RUSTUP_HONE = "$HOME/.local/share/rustup";
177177+ };
169178170179 # Set up dconf
171180 programs.dconf.enable = true;