diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index ab191bfb..a33daa30 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -11,6 +11,7 @@ hostname-only-if-ssh = true; cwd-max-depth = 1; condensed = true; + # valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16 theme = "gruvbox"; }; modules = [