golang bin to $PATH
This commit is contained in:
parent
b35d35f3d5
commit
2972b4238c
@ -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.)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user