diff options
Diffstat (limited to 'void/home.nix')
| -rw-r--r-- | void/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/void/home.nix b/void/home.nix index 9efc627..e1661ac 100644 --- a/void/home.nix +++ b/void/home.nix @@ -18,9 +18,9 @@ zsh.theme = "simple"; foot.enable = true; - colors.mountain.enable = true; + # colors.mountain.enable = true; # colors.default-dark.enable = true; - # colors.tomorrow.enable = true; + colors.tomorrow.enable = true; # colors.google-dark.enable = true; # colors.grayscale-dark.enable = true; # colors.grayscale-light.enable = true; |