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/shell.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/shell.nix')
-rw-r--r-- | user/settings/shell.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 0335e23e..0b232d0e 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -117,8 +117,8 @@ in 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"; |