{ lib, config, osConfig, inputs, pkgs, ... }: { config = { programs = { zed-editor = { extensions = [ "nix" "toml" "rust" "html" ]; }; }; }; }