From 7f7d59b11faa3ef98c3110e0d9cab0b6e565c63c Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 21:01:23 +0200 Subject: [PATCH] feat: add nh alias --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index 5baa62c..c9e8d61 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -4,7 +4,7 @@ autocd = true; shellAliases = { - os-update = "sudo nixos-rebuild switch --flake \".#$HOST\" --log-format internal-json -v |& nom --json"; + os-update = "nh os switch --nom /home/rhea/nix-config/"; }; autosuggestion = {