diff --git a/users/glittershark/system/home/modules/shell.nix b/users/glittershark/system/home/modules/shell.nix index 5bb3c1854..8d4febbb5 100644 --- a/users/glittershark/system/home/modules/shell.nix +++ b/users/glittershark/system/home/modules/shell.nix @@ -17,6 +17,7 @@ let nbl = "nix build -f . --builders ''"; # nix build local nc = "nix copy --to https://nix.urbinternal.com"; "nc." = "nix copy -f . --to https://nix.urbinternal.com"; + lwo = "lorri watch --once"; # Docker and friends "dcu" = "docker-compose up";