My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct syntax

+1 -1
+1 -1
modules/darwin/launch-services.nix
··· 21 21 22 22 # Reset Launchpad cache to show updated apps 23 23 # This is necessary for apps to appear in Spotlight and Launchpad 24 - find 2>/dev/null /private/var/folders/ -type d -name com.apple.dock.launchpad -exec rm -rf {} + || true 24 + find /private/var/folders/ -type d -name com.apple.dock.launchpad -exec rm -rf {} + 2>/dev/null || true 25 25 26 26 # Restart Dock to apply changes 27 27 killall Dock || true