nix/home-manager/desktop/qt.nix

7 lines
99 B
Nix

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