2023-07-12 11:45:48 +01:00
|
|
|
let
|
|
|
|
clock = import ./clock.nix;
|
|
|
|
in {
|
2023-07-10 16:09:25 +01:00
|
|
|
format = "{:%R }";
|
|
|
|
format-alt = "{:%A %Y-%m-%d }";
|
2023-07-12 11:45:48 +01:00
|
|
|
tooltip-format = clock.tooltip-format;
|
|
|
|
calendar = clock.calendar;
|
|
|
|
actions = clock.actions;
|
2023-07-10 16:09:25 +01:00
|
|
|
}
|