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";