summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/zed.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/zed.nix b/modules/home/zed.nix
index 0cf4233..332b70f 100644
--- a/modules/home/zed.nix
+++ b/modules/home/zed.nix
@@ -39,6 +39,10 @@ in
 
       auto_update = true; # necessary for extension auto-install
 
+      features = {
+        edit_prediction_provider = "copilot";
+      };
+
       # ii. pretties
 
       ui_font_size = 16;