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