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

3 files changed, 5 insertions(+), 5 deletions(-)

jump to
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";
M user/settings/nixos.nixuser/settings/nixos.nix
@@ -8,6 +8,6 @@ home.shellAliases = {
srb = "nh os"; rbs = "nh os switch"; rbb = "nh os boot"; - rbr = "nh os switch --rollback"; + rbr = "nixos-rebuild switch --rollback"; }; }
M user/settings/shell.nixuser/settings/shell.nix
@@ -117,8 +117,8 @@ gmup = "git mup";
grup = "git rup"; ho = "home-manager"; - hob = "home-manager build"; - hos = "home-manager switch -b hm_bak_$(date +%Y%m%d%H%M)"; + hob = "nh home build"; + hos = "nh home switch -b hm_bak_$(date +%Y%m%d%H%M)"; hon = "home-manager news"; hoh = "home-manager help"; hop = "home-manager packages";