mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
change PATH for console status
This commit is contained in:
parent
fbe6a6663e
commit
54dd205e7e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue