all repos — nixfiles @ 3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3

System and user configuration, managed by nix and home-manager

use nh for all relevant rebuild operations

Alan Pearce
commit

3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3

parent

2814fb1ea26bbfe4d37a3d625713becb7f7c065a

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M user/settings/darwin.nixuser/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";