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
|
- [ ] Upload new wallpapers
|
||||||
- [ ] macOS theme
|
- [ ] macOS theme
|
||||||
- [ ] Tofi (Wofi, but terminal based)
|
- [ ] Tofi (Wofi, but terminal based)
|
||||||
- [ ] add golang bin dir to path
|
|
||||||
|
|
||||||
- [ ] Qutebrowser
|
- [ ] Qutebrowser
|
||||||
- [ ] Bitwarden integration (I need this.)
|
- [ ] Bitwarden integration (I need this.)
|
||||||
|
@ -27,6 +27,10 @@
|
|||||||
size = 1000000;
|
size = 1000000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionPath = [
|
||||||
|
"$HOME/go/bin"
|
||||||
|
];
|
||||||
|
|
||||||
profileExtra = lib.optionalString (config.home.sessionPath != [ ]) ''
|
profileExtra = lib.optionalString (config.home.sessionPath != [ ]) ''
|
||||||
export PATH="$PATH''${PATH:+:}${
|
export PATH="$PATH''${PATH:+:}${
|
||||||
lib.concatStringsSep ":" config.home.sessionPath
|
lib.concatStringsSep ":" config.home.sessionPath
|
||||||
|
Loading…
Reference in New Issue
Block a user