{ ... }: { home-manager.users."${config.system.singleUser}".programs.waybar = { enable = true; settings = [ { layer = "top"; position = "top"; modules-left = [ "sway/workspaces" "sway/mode" ]; modules-right = [ "pulseaudio" "clock" ]; modules = { "sway/workspaces" = { disable-scroll = true; all-outputs= }; }; } ]; }; }