From 2741648e9ac061ebe869c6a6d2b57cd543cea379 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 22:37:54 +0900 Subject: [PATCH] comments --- home-manager/common/software/cli/bash.nix | 1 + 1 file changed, 1 insertion(+) 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 = [