{ pkgs, ... }: { programs.waybar = { enable = true; settings.main = { modules-center = ["clock"]; }; }; }