diff --git a/home.nix b/home.nix index f8975c8..7c82454 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; @@ -30,6 +30,7 @@ programs.bash.enable = true; tmux nano sshfs + ashell ]; # Optional: set environment vars