feat: add ~/.local/bin to path

main
mandlm 2024-09-16 09:14:06 +02:00
parent ed83f76126
commit 01a306d364
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
programs.home-manager.enable = true;
home.sessionPath = [
"$HOME/.local/bin"
];
home.packages = with pkgs; [
wsl-open
xdg-utils