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/darwin.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/darwin.nix')
-rw-r--r-- | user/settings/darwin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/settings/darwin.nix b/user/settings/darwin.nix index e894bebd..1a30a870 100644 --- a/user/settings/darwin.nix +++ b/user/settings/darwin.nix @@ -109,8 +109,8 @@ }; home.shellAliases = { - rb = "darwin-rebuild"; - rbs = "darwin-rebuild switch"; + rb = "nh os"; + rbs = "nh os switch"; dig = "dig +noall +answer"; |