{ pkgs, ... }: { programs.hyprland = { enable = true; }; environment.systemPackages = with pkgs; [ qt6.qtwayland qt6.qttools ]; }