all repos — nixfiles @ 69578be6c274f06d17b2204e76ab97fefe365991

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

Use `rb` alias to rebuild the system on nix-darwin/nixos

Alan Pearce
commit

69578be6c274f06d17b2204e76ab97fefe365991

parent

92300d2ac98dff3acea6d0b6c655c65f9917ffa3

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

changed files
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -130,8 +130,8 @@ };
}; programs.zsh.shellAliases = { - da = "darwin-rebuild"; - das = "darwin-rebuild switch"; + rb = "darwin-rebuild"; + rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)"; drill = "command dig +noall +answer"; dig = "dig +noall +answer";