mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 05:44:38 -05:00
feat: themes module is sick now
This commit is contained in:
parent
a5ec879db0
commit
00cc80e9e4
31 changed files with 460 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue