use fastfetch over pfetch
This commit is contained in:
parent
72fb038bd9
commit
c4b57c0506
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue