Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.28k stars 44 forks source link

improved dependency for fastfetch #64

Closed phiwan-dev closed 4 months ago

phiwan-dev commented 4 months ago

Fastfetch supports extensive customization which means not every call to fastfetch includes a "Packages" line. However, fastfetch provides the -c neofetch argument which forces fastfetch to include the package count in its output.

Additionally, fastfetch in the flake buildInputs means that the user no longer has to have fastfetch (or neofetch) installed explicitly for the updating of the package count to work.

Lxtharia commented 4 months ago

Thanks!