homemanager: Add ~/bin and ~/workspace/go/bin to PATH
This commit is contained in:
parent
b65a868353
commit
251e630242
|
@ -55,6 +55,7 @@ in
|
||||||
python3Minimal
|
python3Minimal
|
||||||
pavucontrol
|
pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
|
jq
|
||||||
|
|
||||||
swaylock
|
swaylock
|
||||||
swayidle
|
swayidle
|
||||||
|
@ -90,6 +91,7 @@ in
|
||||||
GOPATH = "/home/fleaz/workspace/go";
|
GOPATH = "/home/fleaz/workspace/go";
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
||||||
|
PATH = "$PATH:/home/fleaz/bin:/home/fleaz/workspace/go/bin";
|
||||||
};
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue