diff --git a/home.nix b/home.nix index b8db566..f8975c8 100644 --- a/home.nix +++ b/home.nix @@ -12,7 +12,7 @@ in { home.username = "nixos"; # your actual username home.homeDirectory = "/home/nixos"; home.stateVersion = "25.05"; # match your NixOS stateVersion - +programs.ashell.enable = false; # <--- Disable the broken module programs.home-manager.enable = true; # mandatory to activate HM programs.bash.enable = true;