function cclear
if test -e /nix then
/run/current-system/sw/bin/clear
else
/bin/clear
end
alias clear "cclear && hyfetch"