From 75f2219a14800bf3c481f69ef396c89cdbd72580 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:20:32 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index b0e0657..eb5aa81 100644 --- a/common/home.nix +++ b/common/home.nix @@ -20,7 +20,7 @@ in { programs.home-manager.enable = true; # mandatory to activate HM - home.shellAliases = { + programs.bash.shellAliases = { Switch-nix = mySwitchCmd; Test-nix = myTestCmd; };