home,nixos: add "$HOME/.local/bin" to path
This commit is contained in:
parent
eae9f55a99
commit
3e0b8cd5ef
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ in {
|
||||||
#};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionPath = ["$HOME/.local/bin"];
|
||||||
home.file = {
|
home.file = {
|
||||||
".local/bin" = {
|
".local/bin" = {
|
||||||
source = "${binPath}";
|
source = "${binPath}";
|
||||||
|
|
Loading…
Reference in a new issue