From 9a023a2c5805deda8c4b314c5aec7ff401e9b04f Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 11:00:53 +0100 Subject: added required packages for hyprland --- modules/home/hyprland/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/home/hyprland/hyprland.nix') diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 8712df9..9a65a0b 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -4,4 +4,9 @@ programs.hyprland = { enable = true; }; + + environment.systemPackages = with pkgs; [ + qt6.qtwayland + qt6.qttools +]; } \ No newline at end of file -- cgit v1.2.3