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