fix: add refreshRateNiri

This commit is contained in:
Nickolaj Jepsen 2025-09-30 07:41:10 +02:00
parent a33c6008d1
commit ad9440eb6a
3 changed files with 13 additions and 6 deletions

View file

@ -28,6 +28,12 @@
example = 60;
};
refreshRateNiri = lib.mkOption {
type = lib.types.nullOr lib.types.float;
default = null;
example = 60.0;
};
position.x = lib.mkOption {
type = lib.types.int;
default = 0;