summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers/lightdm.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-29 05:33:04 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-29 13:24:37 -0400
commit3d1706c28df08ca09e9502ef9e17322ea71a70a4 (patch)
tree863df7320fb6746963e89e1d3f3251f6f469759a /nixos/modules/services/x11/display-managers/lightdm.nix
parent62587f43ddf884335f2ed0ee83673d9ffa9a2465 (diff)
downloadnixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.tar
nixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.tar.gz
nixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.tar.bz2
nixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.tar.lz
nixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.tar.xz
nixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.tar.zst
nixpkgs-3d1706c28df08ca09e9502ef9e17322ea71a70a4.zip
nixos/lightdm: change background type to path
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 1ebc4b5930e..678cade4442 100644
--- a/nixos/modules/services/x11/display-managers/lightdm.nix
+++ b/nixos/modules/services/x11/display-managers/lightdm.nix
@@ -132,7 +132,7 @@ in
       };
 
       background = mkOption {
-        type = types.str;
+        type = types.path;
         # Manual cannot depend on packages, we are actually setting the default in config below.
         defaultText = "pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath";
         description = ''