diff --git a/configuration/default.nix b/configuration/default.nix index 1354878..cef9ce2 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -191,7 +191,7 @@ python.enable = true; ts = { enable = true; - format = true; + format.enable = true; lsp.enable = true; }; };