From 162bca9d81365b973c210f99a35b106b121610a7 Mon Sep 17 00:00:00 2001 From: "thomas g. lopes" Date: Mon, 9 Mar 2026 15:50:55 +0000 Subject: [PATCH] add theming modules --- modules/ui.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ui.nix b/modules/ui.nix index ede938d..cb37e3c 100644 --- a/modules/ui.nix +++ b/modules/ui.nix @@ -31,6 +31,11 @@ # enable xwayland-satellite environment.systemPackages = with pkgs; [ xwayland-satellite + adw-gtk3 + qgnomeplatform-qt6 ]; + + # Enable dconf for theme settings + programs.dconf.enable = true; }; }