diff options
| author | cherryblossom000 <31467609+cherryblossom000@users.noreply.github.com> | 2021-10-21 20:36:55 +1100 |
|---|---|---|
| committer | cherryblossom <31467609+cherryblossom000@users.noreply.github.com> | 2021-10-21 20:37:43 +1100 |
| commit | 99ff0b66ca70a597a5cd24c105c55efd97231ee8 (patch) | |
| tree | 82f977c5a66aa613f9ae0d6c084d8902fe0e2dcc /modules/system/defaults/loginwindow.nix | |
| parent | e1a3f7292f085fd588d11f94ed0f47968c16df0c (diff) | |
Fix some typos
Diffstat (limited to 'modules/system/defaults/loginwindow.nix')
| -rw-r--r-- | modules/system/defaults/loginwindow.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/defaults/loginwindow.nix b/modules/system/defaults/loginwindow.nix index b60fc95..0194cc1 100644 --- a/modules/system/defaults/loginwindow.nix +++ b/modules/system/defaults/loginwindow.nix @@ -36,7 +36,7 @@ with lib; type = types.nullOr types.str; default = null; description = '' - Text to be shown on the login window. Default "\\U03bb". + Text to be shown on the login window. Default is "\\U03bb". ''; }; |
