diff --git a/modules/home-manager/zed.nix b/modules/home-manager/zed.nix index 14e574a..f6adf12 100644 --- a/modules/home-manager/zed.nix +++ b/modules/home-manager/zed.nix @@ -20,7 +20,7 @@ extraPackages = [ pkgs.nixd ]; userSettings = { - theme = "Rosé Pine Moon"; + theme = "Dracula"; }; }; }