wofi: merge multiple style definitions (#6673)
This commit is contained in:
parent
b61ae3b677
commit
5ff90f09d1
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ in {
|
|||
|
||||
style = mkOption {
|
||||
default = null;
|
||||
type = types.nullOr types.str;
|
||||
type = types.nullOr types.lines;
|
||||
description = ''
|
||||
CSS style for wofi to use as a stylesheet. See
|
||||
{manpage}`wofi(7)`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue