kanshi: Fix scale example values from int to float

This commit is contained in:
Arnaud Venturi
2026-07-21 00:24:25 +02:00
committed by Robert Helgesson
parent 7e2199f4bc
commit cbcbd8b043
+2 -2
View File
@@ -115,7 +115,7 @@ let
scale = mkOption {
type = types.nullOr types.float;
default = null;
example = 2;
example = 2.0;
description = ''
Scales the output by the specified scale factor.
'';
@@ -278,7 +278,7 @@ in
[
{ include = "path/to/included/files"; }
{ output.criteria = "eDP-1";
output.scale = 2;
output.scale = 2.0;
}
{ profile.name = "undocked";
profile.outputs = [