lightdm: Allow background colors and images. Fixes #12684
This commit is contained in:
parent
f7af2272a2
commit
ab2db6239d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ in
|
|||
};
|
||||
|
||||
background = mkOption {
|
||||
type = types.path;
|
||||
type = types.str;
|
||||
description = ''
|
||||
The background image or color to use.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue