diff --git a/home.nix b/home.nix index 25c6a9e..f8d2623 100644 --- a/home.nix +++ b/home.nix @@ -436,7 +436,7 @@ in ]; userSettings = { icon_theme = "Material Icon Theme"; - theme = "Base16 Tokyo Night Dark"; + theme = lib.mkForce "Tokyo Night"; features = { edit_prediction_provider = "copilot"; };