mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-01 19:03:53 +00:00
8 lines
175 B
Nix
8 lines
175 B
Nix
{ inputs, config, ... }: {
|
|
stylix = let
|
|
design = inputs.design;
|
|
cfg = config.module.themes.stylix;
|
|
in { base16Scheme = "${design}/base16/${cfg.theme}.yaml"; };
|
|
}
|
|
|