Add ~/.local/bin to script path
This commit is contained in:
parent
5348293bfa
commit
f5dd7f0e93
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
||||||
];
|
];
|
||||||
environment.pathsToLink = [ "/share/fish" ];
|
environment.pathsToLink = [ "/share/fish" ];
|
||||||
|
|
||||||
|
# Add ~/.local/bin/ to $PATH
|
||||||
|
environment.localBinInPath = true;
|
||||||
|
|
||||||
# Needed for Slack but probably helps other stuff too.
|
# Needed for Slack but probably helps other stuff too.
|
||||||
# See https://wiki.nixos.org/wiki/Slack
|
# See https://wiki.nixos.org/wiki/Slack
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
Loading…
Reference in a new issue