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