From 225b4c57c9eebabcada52bc141e8c30ea28a3647 Mon Sep 17 00:00:00 2001 From: Kilian Mio <86004375+Mikilio@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:08:08 +0100 Subject: [PATCH] qt: adds default value for qt.platform (#884) Add a default value for the qt.platform option, following commit d171b19c1c76 ("qt: add temporary warnings for plasma6 (#845)") in an effort to resolve [1] ("Stylix Kvantum is breaking plasma6"). [1]: https://github.com/danth/stylix/issues/835 Link: https://github.com/danth/stylix/pull/884 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/qt/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/qt/nixos.nix b/modules/qt/nixos.nix index f596f114..f05456b6 100644 --- a/modules/qt/nixos.nix +++ b/modules/qt/nixos.nix @@ -24,6 +24,7 @@ in Defaults to the standard platform used in the configured DE. ''; type = lib.types.str; + default = "qtct"; }; };