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

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