dot-nixos/system/qt.nix

10 lines
109 B
Nix

{ config, pkgs, ... }:
{
qt = {
enable = true;
platformTheme = "gtk2";
style = "gtk2";
};
}