use nh for all relevant rebuild operations
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M user/settings/darwin.nix → user/settings/darwin.nix
@@ -112,8 +112,8 @@ }; }; home.shellAliases = { - rb = "darwin-rebuild --flake $(ghq list -p nixfiles)"; - rbs = "rb switch"; + rb = "nh os"; + rbs = "nh os switch"; dig = "dig +noall +answer";