NixOS and Home Manager config

feat: rely on nix for rust tooling

nel.pet 62c298f0 91a2935e

verified
-1
-1
modules/home/envvars.nix
··· 22 22 }; 23 23 home.sessionVariablesExtra = '' 24 24 . "${config.home.homeDirectory}/.maven_credentials" 25 - . "${config.home.sessionVariables.CARGO_HOME}/env" 26 25 ''; 27 26 }