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, 3 insertions, 1 deletions
diff --git a/modules/home/zed.nix b/modules/home/zed.nix
index 332b70f..e6e6182 100644
--- a/modules/home/zed.nix
+++ b/modules/home/zed.nix
@@ -1,4 +1,4 @@
-{ pkgs, lib, ... }:
+{ pkgs, unstablePkgs, lib, ... }:
 
 let
   inherit (pkgs)
@@ -18,6 +18,8 @@ in
 {
   programs.zed-editor = {
     enable = true;
+    package = unstablePkgs.zed-editor;
+
     extensions = [
       "nix"
       "elixir"