nixos/gtklock: use lines type for programs.gtklock.style option (#445580)
This commit is contained in:
@@ -39,7 +39,7 @@ in
|
||||
};
|
||||
|
||||
style = mkOption {
|
||||
type = with types; nullOr str;
|
||||
type = with types; nullOr lines;
|
||||
default = null;
|
||||
description = ''
|
||||
CSS Stylesheet for gtklock.
|
||||
|
||||
Reference in New Issue
Block a user