From f9fa256904e7d6c700cea8b84968ee7592d1a41d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 22 Sep 2024 11:48:04 +0100 Subject: [PATCH] Add nixos-upgrade alias --- system/home/shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index c24f09fb..069a6060 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -17,6 +17,7 @@ du-dust ]; shellAliases = { + update = "sudo nixos-rebuild switch"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn"; };