From 265b691eabeb13e70db4f5c2985df3aaf4937fb0 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Mon, 10 Jan 2022 10:16:19 +0000 Subject: [PATCH] Add mosh to pkgs, add rebuild alias. --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index a82b8bc..d63ab86 100644 --- a/home.nix +++ b/home.nix @@ -46,6 +46,7 @@ in { g = "git"; cat = "bat"; hmswitch = ''home-manager switch --flake ".#$(hostname -s)"''; + nrswitch = "nixos-rebuild switch --flake '.#'"; }; prezto = { enable = true;