{
lib,
...
}:
with lib;
options.modules.localsend = {
enable = mkEnableOption {
default = false;
description = "Enable LocalSend";
};
}