This commit is contained in:
Gabriel Ebner 2015-09-20 10:45:26 +02:00
commit c8e3396ae9
2 changed files with 5 additions and 1 deletions

View File

@ -43,4 +43,8 @@
enable = true;
promptInit = "";
};
programs.bash = {
enableCompletion = true;
};
}

View File

@ -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;
};