From 3a5f615f509fbff895846ecd3a606eb2c7192cf8 Mon Sep 17 00:00:00 2001 From: anders130 <93037023+anders130@users.noreply.github.com> Date: Fri, 22 Aug 2025 06:29:12 +0200 Subject: nix/hm: fix missing icons in hm-module (#457) --- nix/hm-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 9538965..c2137d1 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -70,6 +70,7 @@ in { TimeoutStopSec = "5s"; Environment = [ "QT_QPA_PLATFORM=wayland" + "QT_QPA_PLATFORMTHEME=gtk3" ]; Slice = "session.slice"; -- cgit v1.2.3-freya