diff --git a/config.nix b/config.nix index 3151bbd6442283e82cb38c0564af06ff7adb965a..939ca4585a621eb3dbfb90d06afeb753da82c85d 100644 --- a/config.nix +++ b/config.nix @@ -186,15 +186,6 @@ auto-format = true; formatter.command = "${typst-fmt}/bin/typstfmt"; } {pkgs ? import {}}: { - color-modes = true; - name = "dhall"; - auto-format = true; - formatter = { - command = "${dhall}/bin/dhall"; - args = ["format"]; - }; - } -{pkgs ? import {}}: { normal = { language-server = { nil.config.nil.nix.flake.autoEvalInputs = true;