diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-25 13:06:37 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-25 13:06:37 -0400 |
| commit | 97b9b85e8d9744010ea775ef479a172c6719cb0d (patch) | |
| tree | ef4a243669043f7fae64a2cb20abccd9a64a0d54 /modules/colors/grayscale-dark.nix | |
| parent | c1ba1dac61b8c6165480fcf15e604676214bfca6 (diff) | |
| download | home-97b9b85e8d9744010ea775ef479a172c6719cb0d.tar.gz | |
modules/colors: nixfmt tree
Diffstat (limited to 'modules/colors/grayscale-dark.nix')
| -rw-r--r-- | modules/colors/grayscale-dark.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/colors/grayscale-dark.nix b/modules/colors/grayscale-dark.nix index 081bd43..e21c137 100644 --- a/modules/colors/grayscale-dark.nix +++ b/modules/colors/grayscale-dark.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.modules.colors.grayscale-dark; hexColorRegex = ''#([0-9a-fA-F]{3}){1,2}''; |