From 5ff90f09d1bd189b722e60798513724cdd3580b6 Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Sun, 23 Mar 2025 08:48:23 -0700 Subject: [PATCH] wofi: merge multiple style definitions (#6673) --- modules/programs/wofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/wofi.nix b/modules/programs/wofi.nix index c2ea4e4d..5ff7a58c 100644 --- a/modules/programs/wofi.nix +++ b/modules/programs/wofi.nix @@ -37,7 +37,7 @@ in { style = mkOption { default = null; - type = types.nullOr types.str; + type = types.nullOr types.lines; description = '' CSS style for wofi to use as a stylesheet. See {manpage}`wofi(7)`.