homemanager: Add ~/bin and ~/workspace/go/bin to PATH

This commit is contained in:
fleaz 2022-02-09 11:35:47 +01:00
parent b65a868353
commit 251e630242

View file

@ -55,6 +55,7 @@ in
python3Minimal
pavucontrol
playerctl
jq
swaylock
swayidle
@ -90,6 +91,7 @@ in
GOPATH = "/home/fleaz/workspace/go";
EDITOR = "vim";
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
PATH = "$PATH:/home/fleaz/bin:/home/fleaz/workspace/go/bin";
};
oh-my-zsh = {
enable = true;