typioca: 2.7.0 -> 2.8.0
[NixPkgs.git] / nixos / modules / programs / qt5ct.nix
blob3ff47b355915b71749dfc7fe89e3f3f37792aca4
1 { lib, ... }:
3 with lib;
6   imports = [
7     (mkRemovedOptionModule [ "programs" "qt5ct" "enable" ] "Use qt5.platformTheme = \"qt5ct\" instead.")
8   ];