add theming modules

This commit is contained in:
2026-03-09 15:50:55 +00:00
parent a89ef7c9ea
commit 162bca9d81
+5
View File
@@ -31,6 +31,11 @@
# enable xwayland-satellite # enable xwayland-satellite
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
xwayland-satellite xwayland-satellite
adw-gtk3
qgnomeplatform-qt6
]; ];
# Enable dconf for theme settings
programs.dconf.enable = true;
}; };
} }