From a32bd7d01a8d26d34b770e976663a0173a82361f Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:26:33 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/home.nix b/common/home.nix index 4f169a2..957ff5f 100644 --- a/common/home.nix +++ b/common/home.nix @@ -19,8 +19,8 @@ in { home.stateVersion = "25.05"; # match your NixOS stateVersion programs.home-manager.enable = true; # mandatory to activate HM - programs.bash.enable = true; - programs.bash.aliases = { + + programs.bash.shellAliases = { "Switch-nix" = mySwitchCmd; "Test-nix" = myTestCmd; };