diff options
| author | Niklas Ravnsborg <niklasravnsborg@gmail.com> | 2024-09-04 23:07:41 +0200 |
|---|---|---|
| committer | Niklas Ravnsborg <niklasravnsborg@gmail.com> | 2024-09-16 10:54:06 +0200 |
| commit | 2841f496312a3e9b4d48e18af435ee46a11a1bb6 (patch) | |
| tree | c4d61a856654a5f996480ef63d5cd38d85c8a273 /modules/system | |
| parent | 3d48a9893a12929d48f3ca4279fcfb8a8d4aac96 (diff) | |
fix description typo in `dock.nix`
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/defaults/dock.nix | 2 |
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. ''; }; |
