modified: home.nix

This commit is contained in:
2025-07-21 17:32:34 +10:00
parent 60dc2b6342
commit 32f7776aa4
+2 -1
View File
@@ -12,7 +12,7 @@ in {
home.username = "nixos"; # your actual username home.username = "nixos"; # your actual username
home.homeDirectory = "/home/nixos"; home.homeDirectory = "/home/nixos";
home.stateVersion = "25.05"; # match your NixOS stateVersion 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.home-manager.enable = true; # mandatory to activate HM
programs.bash.enable = true; programs.bash.enable = true;
@@ -30,6 +30,7 @@ programs.bash.enable = true;
tmux tmux
nano nano
sshfs sshfs
ashell
]; ];
# Optional: set environment vars # Optional: set environment vars