1
0
Fork 0
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:
Sam 2025-06-12 18:46:23 -07:00 committed by GitHub
parent faeab32528
commit 5ab15331c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
'';
};