fix(waybar): bad thermalZone variable type
This commit is contained in:
parent
710e8f6395
commit
01119f632a
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ in
|
|||
cpuThermal = {
|
||||
|
||||
thermalZone = mkOption {
|
||||
type = types.int or null;
|
||||
type = types.nullOr types.int;
|
||||
default = null;
|
||||
description = "CPU thermal hwmon thermal Zone";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue