about summary refs log tree commit diff
path: root/nixos/modules/programs/qt5ct.nix
blob: 3ff47b355915b71749dfc7fe89e3f3f37792aca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ lib, ... }:

with lib;

{
  imports = [
    (mkRemovedOptionModule [ "programs" "qt5ct" "enable" ] "Use qt5.platformTheme = \"qt5ct\" instead.")
  ];
}