universeair: Sequoia + Lix

This commit is contained in:
2025-03-13 14:32:54 -04:00
parent 1a379a9e48
commit 2c786f806a
2 changed files with 1 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
rm -rf "$nix_apps"
mkdir -p "$nix_apps"
find ${config.system.build.applications}/Applications -maxdepth 1 -type l -exec readlink '{}' + |
while read src; do
while read -r src; do
# Spotlight does not recognize symlinks, it will ignore directory we link to the applications folder.
# It does understand MacOS aliases though, a unique filesystem feature. Sadly they cannot be created
# from bash (as far as I know), so we use the oh-so-great Apple Script instead.