nixos/gtklock: use lines type for programs.gtklock.style option (#445580)

This commit is contained in:
Sandro
2025-10-08 12:26:30 +00:00
committed by GitHub
+1 -1
View File
@@ -39,7 +39,7 @@ in
};
style = mkOption {
type = with types; nullOr str;
type = with types; nullOr lines;
default = null;
description = ''
CSS Stylesheet for gtklock.