From 39b90dff957714b8e14048cb376d7e30c1a8d015 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 3 Feb 2026 12:13:40 +0100 Subject: [PATCH] add zed editor and helix changes --- modules/apps/dev/default.nix | 1 + modules/apps/terminal/helix.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/apps/dev/default.nix b/modules/apps/dev/default.nix index 139b7b1..f19e21f 100644 --- a/modules/apps/dev/default.nix +++ b/modules/apps/dev/default.nix @@ -39,6 +39,7 @@ in { typst xclip uv + zed-editor haskellPackages.ghc haskellPackages.cabal-install diff --git a/modules/apps/terminal/helix.nix b/modules/apps/terminal/helix.nix index 10bea16..4f206ba 100644 --- a/modules/apps/terminal/helix.nix +++ b/modules/apps/terminal/helix.nix @@ -7,6 +7,7 @@ in { settings = { theme = "catppuccin_${flavor}"; editor = { + completion-timeout = 5; clipboard-provider = "wayland"; cursor-shape = { normal = "block";