nixos/home/desktop/waybar/modules/clock.compact.nix
Evie Litherland-Smith a8f304b075 Move all host specific things out of flake.nix
Go back to single, re-designed waybar for all screens
2023-07-13 12:41:00 +01:00

8 lines
138 B
Nix

let
clock = import ./clock.nix;
in {
tooltip-format = clock.tooltip-format;
calendar = clock.calendar;
actions = clock.actions;
}