From 69140812474d4057ab1a78fbc80db96c441ed044 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 28 May 2026 12:54:44 +0200 Subject: [PATCH] Changed Zed color scheme priority --- 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 05c245d..7692791 100644 --- a/modules/home-manager/zed.nix +++ b/modules/home-manager/zed.nix @@ -27,7 +27,7 @@ extraPackages = [ pkgs.nixd ]; userSettings = { - theme = { + theme = lib.mkDefault { mode = "system"; dark = "Catppuccin Frappé (Blur)"; light = "Rosé Pine Dawn";