desktoppr: fix useless escapes
Identified by recent changes in Lix.
This commit is contained in:
parent
f4ad5068ee
commit
87d6611d26
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue