From fb13480de6169bde8ad51f1f5ff09c43b93f3749 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:02:00 +0100 Subject: [PATCH] Rename qt platformTheme option due to update --- home/features/desktop/common/theming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/common/theming.nix b/home/features/desktop/common/theming.nix index d4a2606..1f6e5d7 100644 --- a/home/features/desktop/common/theming.nix +++ b/home/features/desktop/common/theming.nix @@ -21,7 +21,7 @@ qt = { enable = true; - platformTheme = "gtk"; + platformTheme.name = "gtk"; style.package = with pkgs; [adwaita-qt adwaita-qt6]; style.name = "adwaita-dark"; };