1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-01 19:03:53 +00:00
ultima/modules/colors.nix
2024-11-24 17:30:09 +09:00

8 lines
175 B
Nix

{ inputs, config, ... }: {
stylix = let
design = inputs.design;
cfg = config.module.themes.stylix;
in { base16Scheme = "${design}/base16/${cfg.theme}.yaml"; };
}