From 9b1d082ca9392a79797fa79ee9e615019c48f4bc Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 12 Feb 2026 20:01:26 +0100 Subject: [PATCH] fix --- home/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/darwin.nix b/home/darwin.nix index 51bc191..5d3c139 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -8,6 +8,7 @@ home.sessionVariables = { EDITOR = "nvim"; GOPATH = "$HOME/go"; + QT_QPA_PLATFORMTHEME = "gtk3"; }; xdg.enable = true;