From df77c22ea1bed31029b87e0b0d6c0335009969aa Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sun, 29 Jun 2025 08:42:53 +0800 Subject: [PATCH] Enable QT theming --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6724ef0..1f36494 100755 --- a/configuration.nix +++ b/configuration.nix @@ -121,6 +121,12 @@ }; }; + # Theme QT applications + qt = { + enable = true; + style = "adwaita-dark"; + }; + # Exclude some default gnome applications. environment.gnome.excludePackages = (with pkgs; [ epiphany