From ce2c492868ffbc8a04236de6366b0d817608b09b Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:32:27 +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 6304cf6..313dccc 100644 --- a/common/home.nix +++ b/common/home.nix @@ -23,8 +23,8 @@ in { programs.bash = { enable = true; shellAliases = { - switch-nix = mySwitchCmd; - test-nix = mySwitchCmd; + "switch-nix" = mySwitchCmd; + "test-nix" = mySwitchCmd; }; };