{ pkgs, config, ...}: { programs.waybar = { enable = true; systemd = { enable = true; target = "sway-session.target"; }; }; }