tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat: rely on nix for rust tooling
nel.pet
6 months ago
62c298f0
91a2935e
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
-1
1 changed file
expand all
collapse all
unified
split
modules
home
envvars.nix
-1
modules/home/envvars.nix
···
22
22
};
23
23
home.sessionVariablesExtra = ''
24
24
. "${config.home.homeDirectory}/.maven_credentials"
25
25
-
. "${config.home.sessionVariables.CARGO_HOME}/env"
26
25
'';
27
26
}