1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

docs: add magnification values range

This commit is contained in:
Piotr Żelazko 2023-07-24 21:16:04 +02:00
parent 8c1c48c87a
commit 640331dfba

View file

@ -167,7 +167,7 @@ in {
type = types.nullOr types.bool;
default = false;
description = lib.mdDoc ''
Magnify icon on hover. The default is false.
Magnify icon on hover. The default is false.
'';
};
@ -175,7 +175,8 @@ in {
type = types.nullOr types.int;
default = null;
description = lib.mdDoc ''
Hover maginified icon size. The default is null.
Hover maginified icon size. The default is null.
Valid values can range from 16 up to 128.
'';
};