Merge pull request #138336 from shdpl/release-21.05

authored by Sandro and committed by GitHub 6aa376ea 8f39ad3d

+1 -1
+1 -1
nixos/modules/services/x11/display-managers/lightdm.nix
··· 146 146 }; 147 147 148 148 background = mkOption { 149 - type = types.path; 149 + type = types.either types.path (types.strMatching "^#[0-9]\{6\}$"); 150 150 # Manual cannot depend on packages, we are actually setting the default in config below. 151 151 defaultText = literalExpression "pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath"; 152 152 description = ''