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