treewide: remove unneeded string escapes

(this is to reduce warnings produced by Lix)
This commit is contained in:
stuebinm 2026-03-16 20:17:20 +01:00 committed by Robert Helgesson
parent 0759e0e137
commit 084e7e6df9
3 changed files with 3 additions and 3 deletions

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