From 60dc2b634200391b4e5cf6fe0fa039f12b20b864 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 17:31:13 +1000 Subject: [PATCH] modified: home.nix --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;