nixos/lightdm: change background type to path

This commit is contained in:
Jan Tojnar
2020-04-29 13:24:37 -04:00
committed by worldofpeace
parent 62587f43dd
commit 3d1706c28d
@@ -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 = ''