parent
76ba4bedff
commit
aa2f70def7
|
@ -270,7 +270,7 @@ in
|
||||||
|
|
||||||
theme = mkOption {
|
theme = mkOption {
|
||||||
default = null;
|
default = null;
|
||||||
type = with types; nullOr (either string path);
|
type = with types; nullOr (either str path);
|
||||||
example = "Arc";
|
example = "Arc";
|
||||||
description = ''
|
description = ''
|
||||||
Name of theme or path to theme file in rasi format. Available
|
Name of theme or path to theme file in rasi format. Available
|
||||||
|
|
Loading…
Reference in a new issue