hyprland-qt-support: add news entry

Signed-off-by: ReStranger <restranger@disroot.org>
This commit is contained in:
ReStranger 2026-06-19 16:28:43 +03:00 committed by Austin Horstman
parent 16fdc3504e
commit d6b7bf1695

View file

@ -0,0 +1,11 @@
{ config, ... }:
{
time = "2026-06-19T13:24:15+00:00";
condition = config.programs.hyprland-qt-support.enable;
message = ''
A new module is available: `programs.hyprland-qt-support`.
This module enables Hyprland Qt support a Qt6 QML style provider for
hypr* apps. It can be configured through the `settings` attribute.
'';
}