1{ lib, config, ... }: 2{ 3 config = lib.mkIf (config.dev.tools.enable || false) { programs.zed-editor.enable = true; }; 4}