modified: home.nix

This commit is contained in:
2025-07-21 17:31:13 +10:00
parent 948d4bd3bd
commit 60dc2b6342
+1 -1
View File
@@ -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;