my nixos/home-manager configuration
1
fork

Configure Feed

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

add some ai config for zed

+7
+7
config/zed/settings.json
··· 1 1 { 2 + "edit_predictions": { 3 + "mode": "subtle" 4 + }, 5 + "features": { 6 + "edit_prediction_provider": "zed" 7 + }, 2 8 "agent": { 9 + "default_profile": "ask", 3 10 "default_model": { 4 11 "provider": "zed.dev", 5 12 "model": "claude-sonnet-4"