desktoppr: fix useless escapes

Identified by recent changes in Lix.
This commit is contained in:
K900 2026-02-01 11:06:23 +03:00 committed by Robert Helgesson
parent f4ad5068ee
commit 87d6611d26
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -22,7 +22,7 @@ in
options = {
picture = lib.mkOption {
type = with lib.types; nullOr (either path (strMatching "^http(s)?:\/\/.*$"));
type = with lib.types; nullOr (either path (strMatching "^http(s)?://.*$"));
default = null;
example = "/System/Library/Desktop Pictures/Solid Colors/Stone.png";
description = ''