{pkgs-unstable, ...}: { imports = [ ]; programs.zed-editor = { enable = true; package = pkgs-unstable.zed-editor; extensions = [""]; }; }