if the backend is fastfetch, hyfetch calls
`/bin/fastfetch --logo none -s OS --disable-linewrap`
which for me returns:
` Artix Linux x86_64`
... and that breaks hyfetch
instead, get the information from the source (/etc/os-release), which im
pretty sure most fetch backends read from anyway
this won't work on *BSD though, because those lack
/etc/os-release, so unless calling `uname -s` is alright, BSDs would
still have the problem
related pull: https://github.com/hykilpikonna/hyfetch/issues/418