NixOS-Config/modules/system/desktop/qt/default.nix

9 lines
94 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
qt = {
enable = true;
style = "gtk2";
platformTheme = "gtk2";
};
}