From bd2e00bff576f5e377b49e6b457e14134dd1a71b Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 1 Jul 2024 21:01:02 +0200 Subject: [PATCH] switch to kde theme to fix missing icons --- modules/home/themes/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/themes/default.nix b/modules/home/themes/default.nix index 7099908..18c0244 100644 --- a/modules/home/themes/default.nix +++ b/modules/home/themes/default.nix @@ -7,7 +7,7 @@ qt = { enable = true; - platformTheme.name = "adwaita"; + platformTheme.name = "kde"; style.name = "adwaita-dark"; };