Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: build
> ./config/nushell/quick.nu
Lenses
(coming soon!)
# Rapid changes and rebuilds on core modules
def n [] { scope ~/.build/config/nushell }
def s [--rebuild (-r)] {
if not $rebuild { scope ~/.build/nixos };
sudo nixos-rebuild switch
try { hyprctl reload }
}