1
0
Fork 0
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:
mmenanno 2024-10-15 01:46:18 -04:00
parent a60ac02f94
commit cecdf6d21e
No known key found for this signature in database

View file

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