modified: common/home.nix

This commit is contained in:
2025-07-16 19:32:27 +10:00
parent 6c778865ce
commit ce2c492868

View File

@@ -23,8 +23,8 @@ in {
programs.bash = {
enable = true;
shellAliases = {
switch-nix = mySwitchCmd;
test-nix = mySwitchCmd;
"switch-nix" = mySwitchCmd;
"test-nix" = mySwitchCmd;
};
};