change PATH for console status

This commit is contained in:
Sean Buckley 2020-10-25 22:06:13 -04:00
parent fbe6a6663e
commit 54dd205e7e

View file

@ -25,7 +25,7 @@ let
''; '';
nscript = pkgs.writeShellScript "neofetch-wrapped" '' nscript = pkgs.writeShellScript "neofetch-wrapped" ''
export PATH="$PATH:${pkgs.iproute}/bin:${pkgs.gawk}/bin" export PATH="$PATH:/run/current-system/sw/bin"
( (
${pkgs.neofetch}/bin/neofetch --config "${ncfg}" ${pkgs.neofetch}/bin/neofetch --config "${ncfg}"
echo '\l' echo '\l'