modified: common/home.nix

This commit is contained in:
2025-07-16 19:22:58 +10:00
parent 75f2219a14
commit 4304c72726

View File

@@ -20,9 +20,9 @@ in {
programs.home-manager.enable = true; # mandatory to activate HM programs.home-manager.enable = true; # mandatory to activate HM
programs.bash.shellAliases = { programs.bash.aliases = {
Switch-nix = mySwitchCmd; "Switch-nix" = mySwitchCmd;
Test-nix = myTestCmd; "Test-nix" = myTestCmd;
}; };