Skip to content

Commit 5fc149d

Browse files
Use explicit wildcard over empty
Added in hyprwm/hyprpaper#315 also adds mkDefault in order to allow users to override values
1 parent a62840a commit 5fc149d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/hyprpaper/hm.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mkTarget {
44
{ image }:
55
{
66
services.hyprpaper.settings.wallpaper = lib.singleton {
7-
monitor = "";
7+
monitor = lib.mkDefault "*";
88
path = toString image;
99
};
1010
};

0 commit comments

Comments
 (0)