feat(langs/rust): add ~/.cargo/bin to PATH

This commit is contained in:
2025-07-30 21:39:04 +08:00
parent 52692a4a47
commit 5da17890cb

View File

@@ -34,6 +34,9 @@ lib.my.makeSwitch {
[net] [net]
git-fetch-with-cli = true git-fetch-with-cli = true
''; '';
programs.zsh.initContent = lib.mkAfter ''
export PATH=$PATH:$HOME/.cargo/bin
'';
}; };
my.persist.homeDirs = [ my.persist.homeDirs = [
".cargo" ".cargo"