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";