From 87d6611d263614cfc7235c8dc317096361858ca6 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 1 Feb 2026 11:06:23 +0300 Subject: [PATCH] desktoppr: fix useless escapes Identified by recent changes in Lix. --- modules/programs/desktoppr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/desktoppr.nix b/modules/programs/desktoppr.nix index 8339e2af..69bd8a95 100644 --- a/modules/programs/desktoppr.nix +++ b/modules/programs/desktoppr.nix @@ -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 = ''