mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
add cargo to PATH
This commit is contained in:
@@ -14,7 +14,7 @@ in {
|
||||
tmux = "${pkgs.tmux}/bin/tmux -2";
|
||||
} // scripts;
|
||||
|
||||
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin";
|
||||
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user