diff --git a/modules/software/system/fish.nix b/modules/software/system/fish.nix index f9f3f09..6ad2453 100644 --- a/modules/software/system/fish.nix +++ b/modules/software/system/fish.nix @@ -25,7 +25,7 @@ in { sh ${colorScript} ''; functions.fish_greeting = '' - ${lib.getExe pkgs.pfetch} + ${lib.getExe pkgs.fastfetch} --logo-type small --key-width 11 -s title:separator:os:host:kernel:uptime:memory:swap:colors --colors-symbol circle --colors-padding-left 11 ''; }; };