From e65fde6ead7018d7726afee611653b7b606724ed Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 6 Jan 2025 18:45:16 -0800 Subject: [PATCH] feat: Add Just recipe for nh os --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Justfile b/Justfile index db7a1a0..7c90cef 100644 --- a/Justfile +++ b/Justfile @@ -13,6 +13,11 @@ deployhome user=defuser host=defhost: refreshhome: home-manager switch --refresh -b bak --flake . +alias do := deployos +[group('nixos')] +deployos host=defhost: + nh os switch -H {{host}} . -- --impure + alias dd := deploydarwin [group('darwin')] deploydarwin host=defhost: