zaneyos/modules/home/qt.nix

10 lines
113 B
Nix

{ ... }:
{
qt = {
enable = true;
style.name = "adwaita-dark";
platformTheme.name = "gtk3";
};
}