From dc88289b5428bf8491a75bfa1a80c5309ffb194c Mon Sep 17 00:00:00 2001 From: Ingolf Wagner <contact@ingolf-wagner.de> Date: Sat, 19 Apr 2025 13:43:21 +0200 Subject: [PATCH] :bug: fix qt theme --- components/gui/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/components/gui/default.nix b/components/gui/default.nix index c4e5e6f..8b64f9d 100644 --- a/components/gui/default.nix +++ b/components/gui/default.nix @@ -30,7 +30,6 @@ with lib; config = mkIf config.components.gui.enable { # todo extract xorg stuff to prepare wayland environment.enableAllTerminfo = true; - qt.platformTheme = "qt5ct"; }; }