mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge 873098d4a3
into ebb88c3428
This commit is contained in:
commit
88673212fc
1 changed files with 8 additions and 0 deletions
|
@ -73,5 +73,13 @@ with lib;
|
|||
'';
|
||||
};
|
||||
|
||||
system.defaults.menuExtraClock.FlashDateSeparators = mkOption {
|
||||
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