modified: common/home.nix

This commit is contained in:
2025-07-16 19:24:22 +10:00
parent 4304c72726
commit 33393aa7d1

View File

@@ -19,7 +19,7 @@ in {
home.stateVersion = "25.05"; # match your NixOS stateVersion
programs.home-manager.enable = true; # mandatory to activate HM
programs.bash.enable = true;
programs.bash.aliases = {
"Switch-nix" = mySwitchCmd;
"Test-nix" = myTestCmd;