NixOS-Config/nixos/desktop/qt.nix

8 lines
85 B
Nix

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