if ! command -v nix > /dev/null; then
  echo -e "\033[0;31mNix is not installed. Please install Nix to use flakes."
  exit 1
fi

use flake
