tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
fix: ~/.local/bin not showing up in $PATH
nel.pet
8 months ago
83d67aff
b96a2e96
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home
envvars.nix
+1
-1
modules/home/envvars.nix
···
4
4
GRADLE_USER_HOME = "${config.home.homeDirectory}/.local/share/gradle";
5
5
6
6
# Added by Toolbox App
7
7
-
PATH = "$PATH:${config.home.homeDirectory}/.local/share/JetBrains/Toolbox/scripts";
7
7
+
PATH = "${config.home.homeDirectory}/.local/bin:${config.home.homeDirectory}/.local/share/JetBrains/Toolbox/scripts:$PATH";
8
8
9
9
# Cargo
10
10
RUSTUP_HOME = "${config.home.homeDirectory}/.local/share/rustup";