feat: add local PATHs
1 files changed, 7 insertions(+), 0 deletions(-) M home/home-configuration.scm
M home/home-configuration.scm => home/home-configuration.scm +7 -0
@@ 276,6 276,13 @@ $XDG_DATA_DIRS") (service home-zsh-service-type (home-zsh-configuration + (zshenv (list + (plain-file "paths" + " +path+=(\"$HOME/.local/bin\") +path+=(\"$HOME/.cargo/bin\") +export PATH +"))) (zshrc (list (local-file "dotfiles/.zshrc" "zshrc")))))