remove ~/.cargo/bin path

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-26 09:51:09 +01:00
parent 30754f5211
commit 21e1464534

View file

@ -39,7 +39,7 @@ in
};
environment = {
sessionVariables = { PATH = "$HOME/bin:$HOME/.cargo/bin"; };
sessionVariables = { PATH = "$HOME/bin"; };
systemPackages = with pkgs; [
age
bash