all repos — nixfiles @ afd061bec3bc7221931119d3ea55fa808eef9dcb

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

remove nh

Alan Pearce
commit

afd061bec3bc7221931119d3ea55fa808eef9dcb

parent

7c8cbc1d0743a192ce8145539830fcbc3beb2fd2

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

changed files
M user/settings/nixos.nixuser/settings/nixos.nix
@@ -5,9 +5,8 @@ ./nixpkgs.nix
]; home.shellAliases = { - srb = "nh os"; - rbs = "nh os switch"; - rbb = "nh os boot"; + rbs = "nixos-rebuild switch --flake '.?submodules=1'"; + rbb = "nixos-rebuild boot --flake '.?submodules=1'"; rbr = "nixos-rebuild switch --rollback"; }; }