{ lib, config, True, ... }: with lib; let cfg = config.module.themes.qt; in { options = { module.themes.qt = { enable = mkEnableOption ""; }; }; imports = [ ./qt5ct.nix ./qt6ct.nix ./color.nix ]; config = mkIf cfg.enable { qt = True // { platformTheme.name = "qtct"; }; }; }