From 1bf2bcbef0ec4f2333b88b976eaeabd9dba31242 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 May 2024 16:29:10 +0200 Subject: disable `nh` aliases for better interoperability with deflake branch --- user/settings/darwin.nix | 4 ++-- user/settings/nixos.nix | 6 +++--- user/settings/shell.nix | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/user/settings/darwin.nix b/user/settings/darwin.nix index cabba2c3..acb0697b 100644 --- a/user/settings/darwin.nix +++ b/user/settings/darwin.nix @@ -113,8 +113,8 @@ }; home.shellAliases = { - rb = "nh os"; - rbs = "nh os switch"; + rb = "darwin-rebuild"; + rbs = "darwin-rebuild switch"; dig = "dig +noall +answer"; diff --git a/user/settings/nixos.nix b/user/settings/nixos.nix index c6b50263..05b87333 100644 --- a/user/settings/nixos.nix +++ b/user/settings/nixos.nix @@ -5,9 +5,9 @@ ]; home.shellAliases = { - srb = "nh os"; - rbs = "nh os switch"; - rbb = "nh os boot"; + srb = "nixos-rebuild"; + rbs = "nixos-rebuild switch"; + rbb = "nixos-rebuild boot"; rbr = "nixos-rebuild switch --rollback"; }; } diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 49810a5f..5358f618 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -117,8 +117,8 @@ in grup = "git rup"; ho = "home-manager"; - hob = "nh home build"; - hos = "nh home switch -b hm_bak_$(date +%Y%m%d%H%M)"; + hob = "home-manager build"; + hos = "home-manager switch -b hm_bak_$(date +%Y%m%d%H%M)"; hon = "home-manager news"; hoh = "home-manager help"; hop = "home-manager packages"; -- cgit 1.4.1