From 601d899c359ae7be7ef728a6b0d066604c184e46 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 13 Apr 2026 18:42:06 +0200 Subject: [PATCH] Fixed a typo --- modules/home-manager/zed.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/zed.nix b/modules/home-manager/zed.nix index 9480e05..bad6a11 100644 --- a/modules/home-manager/zed.nix +++ b/modules/home-manager/zed.nix @@ -33,7 +33,7 @@ light = "Rosé Pine Dawn"; }; hour_format = "hour24"; - tab_size = "2"; + tab_size = 2; language_models = { ollama = { api_url = "http://localhost:11434";