function update_me { pushd ~ if [[ ! ( "$@" =~ -n ) ]]; then topgrade fi pushd ~/.dotfiles/nix ./update.sh $@ popd popd || return }