NixOS-Config/home-manager/style/qt.nix

10 lines
112 B
Nix

{
qt = {
enable = true;
style = {
name = "gtk2";
};
platformTheme.name = "gtk2";
};
}