{ writers, systemd }: { name = "reboot"; icon = "󰑐"; exe = writers.writeBash "reboot" '' set -eu exec ${systemd}/bin/systemctl reboot ''; }