{ lib , ... }: with lib; { options.my.terminal = { package = mkOption { type = types.package; apply = lib.getExe; }; }; }