ui changes, keypair rename

This commit is contained in:
Barrett Ruth 2026-02-10 18:39:42 -05:00
parent f2b8595ca7
commit c9ae53e233
3 changed files with 27 additions and 22 deletions

View file

@ -50,12 +50,18 @@ in
default = "midnight";
};
options.palettes = lib.mkOption {
type = lib.types.attrsOf (lib.types.attrsOf lib.types.str);
readOnly = true;
};
options.colors = lib.mkOption {
type = lib.types.attrsOf lib.types.str;
readOnly = true;
};
config = {
palettes = palettes;
colors = palettes.${config.theme};
home.pointerCursor = {