From 4851c78c529b41b26e98a27a411f2d6a670b8fab Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 23 Apr 2024 21:22:09 +0200 Subject: [PATCH] Switch to the adwaita qt platform theme --- modules/home/de/theming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/theming.nix b/modules/home/de/theming.nix index 7c47a6b..64a331c 100644 --- a/modules/home/de/theming.nix +++ b/modules/home/de/theming.nix @@ -33,7 +33,7 @@ in { qt = { enable = true; - platformTheme = "gtk"; + platformTheme.name = "adwaita"; style.name = "adwaita-dark"; style.package = pkgs.adwaita-qt; };