From 3024980bbc5567f191db3848ff1ec7a16500b476 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 12 Aug 2026 20:31:35 -0500 Subject: [PATCH] Ensure hyprshutdown is installed --- modules/desktop/hyprland/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/desktop/hyprland/hyprland.nix b/modules/desktop/hyprland/hyprland.nix index fa5e381..a7118c4 100644 --- a/modules/desktop/hyprland/hyprland.nix +++ b/modules/desktop/hyprland/hyprland.nix @@ -54,7 +54,10 @@ ./_hyprland-lua.nix ]; - home.packages = with pkgs; [ grimblast ]; + home.packages = with pkgs; [ + grimblast + hyprshutdown + ]; xdg.portal.config.common.default = "*"; -- 2.51.2