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 /modules/colors/default.nix | |
| parent | 2ddf877c6cb78a10bfcb5b33142195b47232d622 (diff) | |
| download | home-8d1e930ce093cf03beef8b03aa32b2c1cde8a432.tar.gz | |
colors: grayscale-{light-dark}
Diffstat (limited to 'modules/colors/default.nix')
| -rw-r--r-- | modules/colors/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/colors/default.nix b/modules/colors/default.nix index 8bf8a33..428600f 100644 --- a/modules/colors/default.nix +++ b/modules/colors/default.nix @@ -5,5 +5,7 @@ ./default-dark.nix ./tomorrow.nix ./google-dark.nix + ./grayscale-light.nix + ./grayscale-dark.nix ]; } |