diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-13 15:27:43 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-13 15:27:43 -0500 |
| commit | 65c0379abe11bfb113c0b1a5348f47cfc7a4edb0 (patch) | |
| tree | c7a39c14a240bd1c31a36decefe8bc5b076f29ca /modules/colors/default.nix | |
| parent | 5f8170ec0acb6b055398103799d18a3697584eb7 (diff) | |
| download | home-65c0379abe11bfb113c0b1a5348f47cfc7a4edb0.tar.gz | |
modules/colors: add kanagawa dragon scheme
Diffstat (limited to 'modules/colors/default.nix')
| -rw-r--r-- | modules/colors/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/colors/default.nix b/modules/colors/default.nix index 54889f5..13b13a3 100644 --- a/modules/colors/default.nix +++ b/modules/colors/default.nix @@ -10,5 +10,6 @@ ./grayscale-dark.nix ./evenok-dark.nix ./bright.nix + ./kanagawa-dragon.nix ]; } |