targets.darwin.copyApps.enable

Home-Manager option

Whether to enable copying macOS applications to the user environment (works with Spotlight).

type: boolean
Default
pkgs.stdenv.hostPlatform.isDarwin && (lib.versionAtLeast config.home.stateVersion "25.11")
Example
true
declared in: <home-manager/modules/targets/darwin/copyapps.nix>source unavailable