feat: add ~/.local/bin to path
This commit is contained in:
parent
ed83f76126
commit
01a306d364
@ -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
|
||||||
|
Reference in New Issue
Block a user