feat: themes module is sick now

This commit is contained in:
Nick 2025-01-18 17:05:54 -06:00
parent a5ec879db0
commit 00cc80e9e4
31 changed files with 460 additions and 48 deletions

View file

@ -100,13 +100,15 @@ let
font = {
name = stringType;
size = {
applications = stringType;
desktop = stringType;
popups = stringType;
terminal = stringType;
applications = intType;
desktop = intType;
popups = intType;
terminal = intType;
};
};
cursor = {
name = stringType;
size = intType;
};
palettes = lib.mkOption {
type = lib.types.attrsOf (
@ -118,6 +120,7 @@ let
}
);
};
};
};
in