feat: add ~/.local/bin to path
parent
ed83f76126
commit
01a306d364
|
@ -8,6 +8,10 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wsl-open
|
||||
xdg-utils
|
||||
|
|
Loading…
Reference in New Issue