#!/bin/bash
set -e

# Launch the Nomarchy wifi controls (using nmtui).
# Attempts to unblock the wifi service first in case it should be been blocked.

rfkill unblock wifi
alacritty -e nmtui
