feat: fuck alejandra

This commit is contained in:
Nick 2025-01-16 15:17:25 -06:00
parent 0be43dc3f5
commit a72d9e63e0
96 changed files with 1474 additions and 631 deletions

View file

@ -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 {