Loading nixos/modules/services/x11/display-managers/lightdm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ in }; background = mkOption { type = types.either types.path (types.strMatching "^#[0-9]{6}$"); type = types.either types.path (types.strMatching "^#[0-9A-Fa-f]{6}$"); # Manual cannot depend on packages, we are actually setting the default in config below. defaultText = literalExpression "pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath"; description = '' Loading Loading
nixos/modules/services/x11/display-managers/lightdm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ in }; background = mkOption { type = types.either types.path (types.strMatching "^#[0-9]{6}$"); type = types.either types.path (types.strMatching "^#[0-9A-Fa-f]{6}$"); # Manual cannot depend on packages, we are actually setting the default in config below. defaultText = literalExpression "pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath"; description = '' Loading