golang bin to $PATH

This commit is contained in:
Hadi 2024-06-27 08:45:21 +00:00
parent b35d35f3d5
commit 2972b4238c
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,6 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] Upload new wallpapers
- [ ] macOS theme
- [ ] Tofi (Wofi, but terminal based)
- [ ] add golang bin dir to path
- [ ] Qutebrowser
- [ ] Bitwarden integration (I need this.)

View File

@ -27,6 +27,10 @@
size = 1000000;
};
home.sessionPath = [
"$HOME/go/bin"
];
profileExtra = lib.optionalString (config.home.sessionPath != [ ]) ''
export PATH="$PATH''${PATH:+:}${
lib.concatStringsSep ":" config.home.sessionPath