From 20728df08f6ecf69a99ee6f031c235bf393ea585 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 23 Dec 2025 16:26:14 -0600 Subject: [PATCH] release/25.11: add darwin copy apps change Signed-off-by: Austin Horstman --- docs/release-notes/rl-2511.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/rl-2511.md b/docs/release-notes/rl-2511.md index 8f0c666f..83f4b396 100644 --- a/docs/release-notes/rl-2511.md +++ b/docs/release-notes/rl-2511.md @@ -80,3 +80,10 @@ changes are only active if the `home.stateVersion` option is set to `{ PASSWORD_STORE_DIR = $XDG_DATA_HOME/password-store; }` anymore by its default value. This will revert to the default behaviour of the program, namely `$HOME/.password-store` to be used as the store path. + +- On macOS, [](#opt-targets.darwin.copyApps.enable) is now enabled by + default instead of [](#opt-targets.darwin.linkApps.enable). This means + applications from `home.packages` will be copied to + `~/Applications/Home Manager Apps` rather than symlinked, making them + work properly with Spotlight. Users with `home.stateVersion` set to + earlier versions will continue to use `linkApps` by default.