go: Separate file

This commit is contained in:
Geoffrey Frogeye 2024-01-10 14:01:18 +01:00
parent bf796d9587
commit f83806a307
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 22 additions and 3 deletions

View file

@ -336,7 +336,6 @@
# TODO Session variables only get reloaded on login I think.
sessionPath = [
"${config.home.homeDirectory}/.local/bin"
"${config.home.sessionVariables.GOPATH}"
"${config.home.homeDirectory}/.config/dotfiles/hm/scripts" # Not Nix path otherwise it gets converted into store,
# and then every time you want to modify a script you have to rebuild and re-login...
];