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: nue
> ./quick.nu
Lenses
(coming soon!)
# Rapid changes and rebuilds on core modules
def n [] { scope ~/.build/config/nushell }
def s [--rebuild (-r), --upgrade (-u)] {
if $upgrade { cd ~/.build/nixos; nix flake update };
if not $rebuild { scope ~/.build/nixos };
sudo nixos-rebuild switch
h -r
}
def h [--rebuild (-r)] {
if not $rebuild { scope ~/.build/nixos };
home-manager switch --flake $"($env.HOME)/.build/nixos#(whoami)"
try { hyprctl reload }
}
source ./screen.nu
def sb [] { screen blink 1sec all; }