mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
set default to null for FlashDateSeparators
This commit is contained in:
parent
cecdf6d21e
commit
873098d4a3
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ with lib;
|
|||
};
|
||||
|
||||
system.defaults.menuExtraClock.FlashDateSeparators = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
When enabled, the time separators will flash on and off each second.
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue