diff --git a/common/home.nix b/common/home.nix index a84868a..4f169a2 100644 --- a/common/home.nix +++ b/common/home.nix @@ -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;