From db83fab871df11d761f6a496c25047c34d49fd88 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 5 Mar 2026 17:02:03 +0100 Subject: [PATCH] feat: fix script. --- modules/linux/home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 4b8abde..8724578 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -40,8 +40,8 @@ #!/usr/bin/env sh case "$(printf "shutdown\\nreboot" | tofi --prompt "Choose your poison")" in - "shutdown") systemctl poweroff ;; - "reboot") systemctl reboot ;; + "shutdown") poweroff ;; + "reboot") reboot ;; esac ''; grim = "${pkgs.grim}/bin/grim";