summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Ravnsborg <niklasravnsborg@gmail.com>2024-09-04 23:07:41 +0200
committerNiklas Ravnsborg <niklasravnsborg@gmail.com>2024-09-16 10:54:06 +0200
commit2841f496312a3e9b4d48e18af435ee46a11a1bb6 (patch)
treec4d61a856654a5f996480ef63d5cd38d85c8a273
parent3d48a9893a12929d48f3ca4279fcfb8a8d4aac96 (diff)
fix description typo in `dock.nix`
-rw-r--r--modules/system/defaults/dock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix
index 1e8797f..d92b2f1 100644
--- a/modules/system/defaults/dock.nix
+++ b/modules/system/defaults/dock.nix
@@ -20,7 +20,7 @@ in {
type = types.nullOr types.bool;
default = null;
description = ''
- Whether to automatically hide and show the dock. The default is false.
+ Whether to automatically hide and show the dock. The default is false.
'';
};