68cc57cce1
This module should be removed after a nixos release cycle
10 lines
154 B
Nix
10 lines
154 B
Nix
{ lib, ... }:
|
|
|
|
with lib;
|
|
|
|
{
|
|
imports = [
|
|
(mkRemovedOptionModule [ "programs" "qt5ct" "enable" ] "Use qt5.platformTheme = \"qt5ct\" instead.")
|
|
];
|
|
}
|