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