mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
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
Reference in a new issue