home,nixos: add "$HOME/.local/bin" to path

This commit is contained in:
Guanran Wang 2023-11-05 22:11:52 +08:00
parent eae9f55a99
commit 3e0b8cd5ef
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -41,6 +41,7 @@ in {
#};
};
home.sessionPath = ["$HOME/.local/bin"];
home.file = {
".local/bin" = {
source = "${binPath}";