add qt dark theme

This commit is contained in:
Odweta
2026-01-20 18:15:35 +01:00
parent da95d4376e
commit 4d0683cbc6
2 changed files with 19 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{ ... }:
{
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};
environment.systemPackages = with pkgs; [
adwaita-qt
];
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
}