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