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, ... }:
with lib; with types;
let themeType =
let named = submodule {
options = {
normal = mkOption { type = str; };
@ -17,7 +18,7 @@ let named = submodule {
slight = mkOption { type = str; };
};
};
themeType = submodule {
in submodule {
options = {
foreground = mkOption { type = special; };
background = mkOption { type = special; };