feat: added $HOME/bin to echidna'S PATH

main
Ricard Illa 2023-08-24 10:01:36 +02:00
parent fc221684e2
commit 4b827fb7ff
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
outputs.homeManagerModules.rss
];
home.sessionPath = [
"$HOME/.local/bin"
];
home.packages = with pkgs; [ wl-clipboard libnotify ];
home.stateVersion = "23.05";