blob: 04c10b1a100b570fdfb6f649a2c55499194badfd [file] [log] [blame]
{ lib, config, ... }: {
options = {
chimera.runner.enable = lib.mkEnableOption "Enable an app runner on the system";
};
}