summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers/lightdm.nix
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2016-01-31 09:52:28 +0000
committerOliver Charles <ollie@ocharles.org.uk>2016-01-31 09:52:28 +0000
commitab2db6239d47a174fb3e84065c30bcb6a19cc4fc (patch)
tree4d0a4fd295fa7ccd3667ea56f2fc0ba962a9968b /nixos/modules/services/x11/display-managers/lightdm.nix
parentf7af2272a2ea8f12eecd337aee046345172bebec (diff)
downloadnixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.tar
nixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.tar.gz
nixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.tar.bz2
nixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.tar.lz
nixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.tar.xz
nixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.tar.zst
nixpkgs-ab2db6239d47a174fb3e84065c30bcb6a19cc4fc.zip
lightdm: Allow background colors and images. Fixes #12684
Diffstat (limited to 'nixos/modules/services/x11/display-managers/lightdm.nix')
-rw-r--r--nixos/modules/services/x11/display-managers/lightdm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/lightdm.nix b/nixos/modules/services/x11/display-managers/lightdm.nix
index 9460395f86d..3949bf01a31 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.
         '';