diff --git a/bakery.toml b/bakery.toml index 52dff3c..ab782a0 100644 --- a/bakery.toml +++ b/bakery.toml @@ -1,7 +1,8 @@ name = "bread" description = "Reactive automation daemon and CLI for Linux desktops" binaries = ["breadd", "bread"] -system_deps = [] +system_deps = ["systemd-libs", "openssl", "zlib"] +optional_system_deps = ["bluez", "hyprland"] bread_deps = [] [[service]]