modified: common/home.nix

This commit is contained in:
2025-07-16 19:26:33 +10:00
parent 33393aa7d1
commit a32bd7d01a

View File

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