lightdm: Allow background colors and images. Fixes #12684

This commit is contained in:
Oliver Charles 2016-01-31 09:52:28 +00:00
parent f7af2272a2
commit ab2db6239d

View File

@ -86,7 +86,7 @@ in
};
background = mkOption {
type = types.path;
type = types.str;
description = ''
The background image or color to use.
'';