From 3a41faf05233fda50822b0bd7628af0b52e3671c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 5 Mar 2026 20:28:48 +0100 Subject: [PATCH] Modified Zed config --- modules/home-manager/zed.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/zed.nix b/modules/home-manager/zed.nix index 624c79d..1ff7f05 100644 --- a/modules/home-manager/zed.nix +++ b/modules/home-manager/zed.nix @@ -8,6 +8,7 @@ "rust" "rosé pine" + "cattpuccin blur" "typescript" "javascript" @@ -28,7 +29,7 @@ userSettings = { theme = { mode = "system"; - "dark" = "Rosé Pine Moon"; + dark = "Cattpuccin Frappé (Blur)"; light = "Rosé Pine Dawn"; }; hour_format = "hour24"; @@ -40,4 +41,4 @@ }; }; }; -} \ No newline at end of file +}