modified: home.nix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user