summaryrefslogtreecommitdiff
path: root/modules/system/defaults/clock.nix
diff options
context:
space:
mode:
authorLucas Mendes Loureiro <mendes.lucas9498@gmail.com>2024-11-12 01:24:22 +0000
committerLucas Mendes Loureiro <mendes.lucas9498@gmail.com>2024-11-12 14:37:26 +0000
commit32df51bf2b82dab724b845f4ad2d45bc1a0d0b9e (patch)
treef1af62024c94c96474dfbb74db3c06f23b701ec0 /modules/system/defaults/clock.nix
parentd71aa30b41bac3b2e38bd4b8f49e12811cd27ec1 (diff)
fix(defaults): fixing #1107
Diffstat (limited to 'modules/system/defaults/clock.nix')
-rw-r--r--modules/system/defaults/clock.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/clock.nix b/modules/system/defaults/clock.nix
index 3fae464..50eb517 100644
--- a/modules/system/defaults/clock.nix
+++ b/modules/system/defaults/clock.nix
@@ -5,6 +5,14 @@ with lib;
{
options = {
+ system.defaults.menuExtraClock.FlashDateSeparators = mkOption {
+ type = types.nullOr types.bool;
+ default = null;
+ description = ''
+ When enabled, the clock indicator (which by default is the colon) will flash on and off each second. Default is null.
+ '';
+ };
+
system.defaults.menuExtraClock.IsAnalog = mkOption {
type = types.nullOr types.bool;
default = null;