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