use fastfetch over pfetch

This commit is contained in:
Reid 2024-05-26 01:03:05 -07:00
parent 72fb038bd9
commit c4b57c0506
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -25,7 +25,7 @@ in {
sh ${colorScript} sh ${colorScript}
''; '';
functions.fish_greeting = '' 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
''; '';
}; };
}; };