configuration.nix/home/qt.nix

6 lines
73 B
Nix

_: {
qt = {
enable = true;
platformTheme.name = "gtk3";
};
}