diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-08 19:08:18 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-08 19:08:18 -0400 |
| commit | 8d1e930ce093cf03beef8b03aa32b2c1cde8a432 (patch) | |
| tree | 3c3f83b4f96a29a7c8dbdf9af8715811c29ee263 /void | |
| parent | 2ddf877c6cb78a10bfcb5b33142195b47232d622 (diff) | |
| download | home-8d1e930ce093cf03beef8b03aa32b2c1cde8a432.tar.gz | |
colors: grayscale-{light-dark}
Diffstat (limited to 'void')
| -rw-r--r-- | void/home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/void/home.nix b/void/home.nix index 548a92d..44717d0 100644 --- a/void/home.nix +++ b/void/home.nix @@ -18,9 +18,10 @@ foot.enable = true; # colors.mountain.enable = true; - colors.default-dark.enable = true; + # colors.default-dark.enable = true; # colors.tomorrow.enable = true; # colors.google-dark.enable = true; + colors.grayscale-dark.enable = true; gpg.enable = true; pass = { |