feat: added $HOME/bin to echidna'S PATH
parent
fc221684e2
commit
4b827fb7ff
|
@ -26,6 +26,10 @@
|
|||
outputs.homeManagerModules.rss
|
||||
];
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [ wl-clipboard libnotify ];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in New Issue