home/wormac: fix application appearance in Spotlight

This commit is contained in:
Trolli Schmittlauch 2025-12-03 11:57:41 +01:00
parent 17e34212a3
commit 1d753aa6a6

View file

@ -21,8 +21,10 @@ in
devTools = true;
pythonTools = true;
};
# TODO: enable when on 25.11
#targets.darwin.copyApps.enable = true;
targets.darwin = {
linkApps.enable = false; # spotlight ignores symlinks
copyApps.enable = true;
};
home.packages = [
wireshark # on NixOS systems enabled via system config