all repos — nixfiles @ 7a87023d2a4af9600080411ea82fd46cb798e194

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

Revert "disable `nh` aliases for better interoperability with deflake branch" This reverts commit 1bf2bcbef0ec4f2333b88b976eaeabd9dba31242.

Alan Pearce
commit

7a87023d2a4af9600080411ea82fd46cb798e194

parent

8389bc986343a23cec629ea806e2ddb47191c552

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

changed files
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -109,8 +109,8 @@ };
}; home.shellAliases = { - rb = "darwin-rebuild"; - rbs = "darwin-rebuild switch"; + rb = "nh os"; + rbs = "nh os switch"; dig = "dig +noall +answer";