8 lines
138 B
Nix
8 lines
138 B
Nix
let
|
|
clock = import ./clock.nix;
|
|
in {
|
|
tooltip-format = clock.tooltip-format;
|
|
calendar = clock.calendar;
|
|
actions = clock.actions;
|
|
}
|