This commit is contained in:
Riley Apeldoorn 2022-05-23 10:16:05 +02:00
parent a59a56da09
commit 5247a535b1
2 changed files with 165 additions and 164 deletions

View File

@ -3,6 +3,7 @@
{ config, lib, pkgs, home-manager, ... }: { config, lib, pkgs, home-manager, ... }:
with lib; with types; with lib; with types;
let themeType =
let named = submodule { let named = submodule {
options = { options = {
normal = mkOption { type = str; }; normal = mkOption { type = str; };
@ -17,7 +18,7 @@ let named = submodule {
slight = mkOption { type = str; }; slight = mkOption { type = str; };
}; };
}; };
themeType = submodule { in submodule {
options = { options = {
foreground = mkOption { type = special; }; foreground = mkOption { type = special; };
background = mkOption { type = special; }; background = mkOption { type = special; };