modified: common/home.nix

This commit is contained in:
2025-07-16 19:20:32 +10:00
parent d108d50793
commit 75f2219a14

View File

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