From 33393aa7d161c71f8a5efa704d1af39a77c24cc9 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:24:22 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;