@jaspermayone.com's dotfiles
0
fork

Configure Feed

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

add bw cli symlink

+3
+3
darwin/default.nix
··· 418 418 # Activation scripts for settings that can't be done declaratively 419 419 # Note: these run as root during activation 420 420 system.activationScripts.extraActivation.text = '' 421 + # Symlink nix bitwarden-cli to homebrew bin for Raycast compatibility 422 + ln -sf /run/current-system/sw/bin/bw /opt/homebrew/bin/bw 423 + 421 424 # Show ~/Library folder (for primary user) 422 425 chflags nohidden /Users/jsp/Library 423 426