diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 131ab47f..e534cb36 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -30,7 +30,7 @@ ]; }; - bash = { + programs.bash = { enable = true; enableCompletion = true; initExtra = ''