mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
desktoppr: fix useless escapes
Identified by recent changes in Lix.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user