homemanager: Add ~/bin and ~/workspace/go/bin to PATH
This commit is contained in:
parent
b65a868353
commit
251e630242
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue