{lib, ...}: let
  inherit (lib.marleyos) enabled;
in {
  marleyos = {
    bundles.mac = enabled;
  };

  home.stateVersion = "24.05";
}