blob: 04c10b1a100b570fdfb6f649a2c55499194badfd [file] [log] [blame]
Samuel Shuert004d0752024-03-02 11:57:09 -05001{ lib, config, ... }: {
2 options = {
3 chimera.runner.enable = lib.mkEnableOption "Enable an app runner on the system";
4 };
5}