From 4304c72726a16d45163ce640f2afdea87182582c Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:22:58 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/home.nix b/common/home.nix index eb5aa81..a84868a 100644 --- a/common/home.nix +++ b/common/home.nix @@ -20,9 +20,9 @@ in { programs.home-manager.enable = true; # mandatory to activate HM - programs.bash.shellAliases = { - Switch-nix = mySwitchCmd; - Test-nix = myTestCmd; + programs.bash.aliases = { + "Switch-nix" = mySwitchCmd; + "Test-nix" = myTestCmd; };