From edb1d306ccc2e088f8c05dbc922987f112316b54 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 21:02:47 +0200 Subject: [PATCH] fix: nom is an extra argument, not option --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index c9e8d61..1c076f4 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -4,7 +4,7 @@ autocd = true; shellAliases = { - os-update = "nh os switch --nom /home/rhea/nix-config/"; + os-update = "nh os switch /home/rhea/nix-config/ --nom"; }; autosuggestion = {