diff options
author | Alan Pearce | 2024-11-10 20:14:20 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-10 20:14:20 +0100 |
commit | 7a87023d2a4af9600080411ea82fd46cb798e194 (patch) | |
tree | db876802d26a0b96cd83125056dca81080f855bd /user/settings/nixos.nix | |
parent | 8389bc986343a23cec629ea806e2ddb47191c552 (diff) | |
download | nixfiles-7a87023d2a4af9600080411ea82fd46cb798e194.tar.lz nixfiles-7a87023d2a4af9600080411ea82fd46cb798e194.tar.zst nixfiles-7a87023d2a4af9600080411ea82fd46cb798e194.zip |
Revert "disable `nh` aliases for better interoperability with deflake branch"
This reverts commit 1bf2bcbef0ec4f2333b88b976eaeabd9dba31242.
Diffstat (limited to 'user/settings/nixos.nix')
-rw-r--r-- | user/settings/nixos.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix index 85ea7f72..c6b50263 100644 --- a/user/settings/nixos.nix +++ b/user/settings/nixos.nix @@ -5,9 +5,9 @@ ]; home.shellAliases = { - srb = "nixos-rebuild"; - rbs = "nixos-rebuild switch --fast"; - rbb = "nixos-rebuild boot --fast"; + srb = "nh os"; + rbs = "nh os switch"; + rbb = "nh os boot"; rbr = "nixos-rebuild switch --rollback"; }; } |