mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 23:51:54 -05:00
theme: add borderRadius
This commit is contained in:
parent
df773861db
commit
4b639fe7c9
|
@ -226,6 +226,12 @@ in {
|
|||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
borderRadius = lib.mkOption {
|
||||
description = "Global border radius.";
|
||||
default = 10;
|
||||
type = lib.types.int;
|
||||
};
|
||||
|
||||
colors = {
|
||||
text = lib.mkOption {
|
||||
description = "Text color.";
|
||||
|
|
Loading…
Reference in a new issue