home: Add ~/bin to $PATH

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:08:13 +03:00
parent 14e110a06c
commit 678b06ff61
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -9,4 +9,7 @@
home.stateVersion = "23.11";
services.kdeconnect.enable = true;
home.sessionPath = [
"$HOME/bin"
];
}