nixos/lightdm: change background type to path

This commit is contained in:
Jan Tojnar 2020-04-29 05:33:04 +02:00 committed by worldofpeace
parent 62587f43dd
commit 3d1706c28d

View file

@ -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 = ''