From 8de2cb2f9c74376a865c1ec613c10c161fbf9a28 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 30 Mar 2024 12:16:16 -0600 Subject: [PATCH] adwaita theme for qt fixed --- workstation/configuration.org | 1 - 1 file changed, 1 deletion(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index e07455b..9204a08 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -252,7 +252,6 @@ environment.gnome.excludePackages = (with pkgs; [ # Sets up QT to use adwaita themes. qt = { enable = true; - platformTheme = "gnome"; style = "adwaita"; }; #+end_src