ui changes, keypair rename
This commit is contained in:
parent
f2b8595ca7
commit
c9ae53e233
3 changed files with 27 additions and 22 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue