From b267a41dd792c06dc3b9c92d6c19a260704e9749 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 12 Feb 2026 11:58:38 +0100 Subject: [PATCH] feat: fix some commands not working. --- 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 493a48c..e442603 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") poweroff ;; - "reboot") reboot ;; + "shutdown") systemctl poweroff ;; + "reboot") systemctl reboot ;; esac ''; grim = "${pkgs.grim}/bin/grim";