summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Żelazko <piotr.zelazko@icloud.com>2023-07-24 21:16:04 +0200
committerPiotr Żelazko <piotr.zelazko@icloud.com>2023-07-24 21:16:04 +0200
commit640331dfba943068a20f7519fff619e7e9f375ba (patch)
tree8ccdc544e4c46ffbab13bd63d0da0da17cc528e7
parent8c1c48c87ae1685710da0dd2b6e85f558b5cdef1 (diff)
docs: add magnification values range
-rw-r--r--modules/system/defaults/dock.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix
index 5a971b5..5c6b9fe 100644
--- a/modules/system/defaults/dock.nix
+++ b/modules/system/defaults/dock.nix
@@ -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.
'';
};