mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
targets/darwin: fix ShowDate default description (#7256)
This commit is contained in:
parent
faeab32528
commit
5ab15331c2
1 changed files with 3 additions and 5 deletions
|
|
@ -198,11 +198,9 @@ in
|
|||
description = ''
|
||||
Show the full date. Default is null.
|
||||
|
||||
0 = Show the date
|
||||
1 = Don't show
|
||||
2 = Don't show
|
||||
|
||||
TODO: I don't know what the difference is between 1 and 2.
|
||||
0 = When Space Allows
|
||||
1 = Always
|
||||
2 = Never
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue