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/reboot.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'users/kassouni/palette/reboot.nix') diff --git a/users/kassouni/palette/reboot.nix b/users/kassouni/palette/reboot.nix index 0b5d51f..bc25ef4 100644 --- a/users/kassouni/palette/reboot.nix +++ b/users/kassouni/palette/reboot.nix @@ -1,5 +1,9 @@ { writers, systemd }: -writers.writeBashBin "reboot" '' - set -eu - ${systemd}/bin/systemctl reboot -'' +{ + name = "reboot"; + icon = "󰑐"; + exe = writers.writeBash "reboot" '' + set -eu + exec ${systemd}/bin/systemctl reboot + ''; +} -- cgit v1.3.1