diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-16 21:37:13 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-16 21:37:13 -0400 |
| commit | eb7c71cb218c0a11eda9b3040c111d2924bf842c (patch) | |
| tree | cd2f070601db668601e307b0016311370a32b08c /void | |
| parent | 3f6fbd8f60a86e3479f8e8e280d4662f6337da5a (diff) | |
| download | home-eb7c71cb218c0a11eda9b3040c111d2924bf842c.tar.gz | |
many changes
Diffstat (limited to 'void')
| -rw-r--r-- | void/home.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/void/home.nix b/void/home.nix index e1661ac..42a959d 100644 --- a/void/home.nix +++ b/void/home.nix @@ -18,9 +18,11 @@ 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.bright.dark.enable = true; + # colors.evenok-dark.enable = true; # colors.google-dark.enable = true; # colors.grayscale-dark.enable = true; # colors.grayscale-light.enable = true; |