diff --git a/basic-tools.nix b/basic-tools.nix index 51f7a0e..a1a6a3b 100644 --- a/basic-tools.nix +++ b/basic-tools.nix @@ -43,4 +43,8 @@ enable = true; promptInit = ""; }; + + programs.bash = { + enableCompletion = true; + }; } diff --git a/common.nix b/common.nix index 6661dcb..67f7b13 100644 --- a/common.nix +++ b/common.nix @@ -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; };