diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 884decb..994a4d1 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -588,6 +588,12 @@ unit = "\t"; }; } + { + name = "toml"; + file-types = ["toml"]; + scope = "source.toml"; + auto-format = true; + } # { # name = "javascript";