mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 13:54:38 -05:00
feat: fuck alejandra
This commit is contained in:
parent
0be43dc3f5
commit
a72d9e63e0
96 changed files with 1474 additions and 631 deletions
|
@ -93,15 +93,16 @@
|
|||
themesSubmodule = lib.types.submodule {
|
||||
options = {
|
||||
currentTheme = stringType;
|
||||
elements = attrList;
|
||||
font = stringType;
|
||||
schemes = lib.mkOption {
|
||||
type = lib.types.attrsOf (lib.types.submodule {
|
||||
options = {
|
||||
colours = attrList;
|
||||
font = stringType;
|
||||
};
|
||||
});
|
||||
};
|
||||
font = stringType;
|
||||
currentColours = attrList;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue