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; };