From ef6ec048872e2826f66c7aebb00d17f0ae8b90c4 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 19 Apr 2024 10:59:33 +0200 Subject: [PATCH] theme: Use renamed platformTheme.name option --- modules/graphical/theme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/theme/default.nix b/modules/graphical/theme/default.nix index d7da8979..a18c2e8c 100644 --- a/modules/graphical/theme/default.nix +++ b/modules/graphical/theme/default.nix @@ -119,7 +119,7 @@ }; qt = { enable = true; - platformTheme = "qtct"; + platformTheme.name = "qtct"; style = { name = "lightly"; package = pkgs.lightly-qt;