switch to bash
This commit is contained in:
parent
206c7f4d50
commit
e22162c417
@ -43,4 +43,8 @@
|
||||
enable = true;
|
||||
promptInit = "";
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enableCompletion = true;
|
||||
};
|
||||
}
|
||||
|
@ -137,7 +137,7 @@
|
||||
users.extraUsers.gebner = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
# shell = "${pkgs.zsh}/bin/zsh";
|
||||
|
||||
password = if config.virtualisation != null then "" else null;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user