From a8cd425e534cd4f1f18dee79f75186a6a7824467 Mon Sep 17 00:00:00 2001 From: Leander Scherer <80996591+schererleander@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:11:40 +0100 Subject: fea(zed): configure theme and minimal ui layout --- modules/home/editors/zed/default.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'modules/home/editors/zed') diff --git a/modules/home/editors/zed/default.nix b/modules/home/editors/zed/default.nix index 431560c..58835fb 100644 --- a/modules/home/editors/zed/default.nix +++ b/modules/home/editors/zed/default.nix @@ -85,6 +85,31 @@ in telemetry = { metrics = false; }; + title_bar = { + show_onboarding_banner = false; + show_project_items = false; + show_branch_name = false; + show_user_menu = false; + }; + tab_bar.show = false; + toolbar.quick_actions = false; + status_bar."experimental.show" = false; + project_panel = { + dock = "right"; + default_width = 400; + hide_root = true; + auto_fold_dirs = false; + starts_open = false; + git_status = false; + sticky_scroll = false; + scrollbar.show = "never"; + indent_guides.show = "never"; + }; + outline_panel = { + default_width = 300; + indent_guides.show = "never"; + }; + file_finder.modal_max_width = "large"; }; }; }; -- cgit v1.3.1