```nix startup = [ { always = true; command = "${pkgs.systemd}/bin/systemd-notify --ready || true"; } { always = true; command = "${pkgs.mako}/bin/mako"; } { always = true; command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; } { command = "${idlecmd}"; always = true; } ```