From ab2db6239d47a174fb3e84065c30bcb6a19cc4fc Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Sun, 31 Jan 2016 09:52:28 +0000 Subject: lightdm: Allow background colors and images. Fixes #12684 --- nixos/modules/services/x11/display-managers/lightdm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/x11/display-managers/lightdm.nix b/nixos/modules/services/x11/display-managers/lightdm.nix index 9460395f86d6..3949bf01a316 100644 --- a/nixos/modules/services/x11/display-managers/lightdm.nix +++ b/nixos/modules/services/x11/display-managers/lightdm.nix @@ -86,7 +86,7 @@ in }; background = mkOption { - type = types.path; + type = types.str; description = '' The background image or color to use. ''; -- cgit 1.4.1