diff --git a/home/modules/shell.nix b/home/modules/shell.nix index d6d2156..bb2027e 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -18,8 +18,8 @@ }; initExtraFirst = if !(config.os == "linux") - then "export PATH=$PATH:~/.cargo/bin/\n" - else ""; + then "export PATH=$PATH:~/.cargo/bin/\n${pkgs.pfetch-rs}/bin/pfetch" + else "${pkgs.pfetch-rs}/bin/pfetch\n"; plugins = [ { name = "zsh-autocomplete";