phosh: allow fractional scaling
This commit is contained in:
parent
82107c36a5
commit
cabf369f83
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ let
|
|||
description = ''
|
||||
Display scaling factor.
|
||||
'';
|
||||
type = types.nullOr types.ints.unsigned;
|
||||
type = types.nullOr (types.either types.ints.unsigned types.float);
|
||||
default = null;
|
||||
example = 2;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue