From b30c6d08007238340beeb28907d843c843c32295 Mon Sep 17 00:00:00 2001 From: Fugi Date: Tue, 23 Sep 2025 18:34:12 +0200 Subject: [PATCH] nixos/gtklock: use lines type for programs.gtklock.style option allows for merging of definitions --- nixos/modules/programs/wayland/gtklock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/wayland/gtklock.nix b/nixos/modules/programs/wayland/gtklock.nix index a3cef937ca83..e1162ad99a64 100644 --- a/nixos/modules/programs/wayland/gtklock.nix +++ b/nixos/modules/programs/wayland/gtklock.nix @@ -39,7 +39,7 @@ in }; style = mkOption { - type = with types; nullOr str; + type = with types; nullOr lines; default = null; description = '' CSS Stylesheet for gtklock.