From 332b06fd9baefdfa2b043b8e2c72b8c110940fc5 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Thu, 27 Aug 2026 23:15:39 -0700 Subject: idk --- users/kassouni/palette/shutdown.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'users/kassouni/palette/shutdown.nix') diff --git a/users/kassouni/palette/shutdown.nix b/users/kassouni/palette/shutdown.nix index 919cf0a..2db9425 100644 --- a/users/kassouni/palette/shutdown.nix +++ b/users/kassouni/palette/shutdown.nix @@ -1,5 +1,9 @@ { writers, systemd }: -writers.writeBashBin "shutdown" '' - set -eu - ${systemd}/bin/systemctl poweroff -'' +{ + name = "shutdown"; + icon = "󰐥"; + exe = writers.writeBash "shutdown" '' + set -eu + exec ${systemd}/bin/systemctl poweroff + ''; +} -- cgit v1.3.1