{ lib, config, True, ... }: with lib; let cfg = config.module.wm.terminals.kitty; in { options = { module.wm.terminals.kitty = { enable = mkEnableOption ""; }; }; imports = [ ./sets.nix ./binds.nix ./colors.nix ]; config = mkIf cfg.enable { programs.kitty = True // { }; }; }