all repos — nixfiles @ 1bf2bcbef0ec4f2333b88b976eaeabd9dba31242

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

disable `nh` aliases for better interoperability with deflake branch

Alan Pearce
commit

1bf2bcbef0ec4f2333b88b976eaeabd9dba31242

parent

da04b1c6dd13af0dbada0d77ff195ab5e99eed5e

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

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