{
config,
lib,
...
}:
with lib;
let
cfg = config.modules.localsend;
in
config = mkIf cfg.enable {
programs.localsend = {
enable = true;
};
}