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