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 = { programs.bash = {
enable = true; enable = true;
shellAliases = { shellAliases = {
switch-nix = mySwitchCmd; "switch-nix" = mySwitchCmd;
test-nix = mySwitchCmd; "test-nix" = mySwitchCmd;
}; };
}; };