diff --git a/docs/TODO.md b/docs/TODO.md index 4131f13..cd65e5d 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -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.) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 85be156..c4b4938 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -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