···418418 # Activation scripts for settings that can't be done declaratively
419419 # Note: these run as root during activation
420420 system.activationScripts.extraActivation.text = ''
421421+ # Symlink nix bitwarden-cli to homebrew bin for Raycast compatibility
422422+ ln -sf /run/current-system/sw/bin/bw /opt/homebrew/bin/bw
423423+421424 # Show ~/Library folder (for primary user)
422425 chflags nohidden /Users/jsp/Library
423426