feat: add ~/.local/bin to path

This commit is contained in:
Michael Mandl 2024-09-16 09:14:06 +02:00
parent ed83f76126
commit 01a306d364
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

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