diff --git a/config.nix b/config.nix index 0a01659d7492fdbf8fadc27ce51430b5d8b60d27..3151bbd6442283e82cb38c0564af06ff7adb965a 100644 --- a/config.nix +++ b/config.nix @@ -194,15 +194,6 @@ args = ["format"]; }; } {pkgs ? import {}}: { - color-modes = true; - name = "jsonnet"; - auto-format = true; - formatter = { - command = "${jsonnet}/bin/jsonnetfmt"; - args = ["-"]; - }; - } -{pkgs ? import {}}: { Q = ":quit!"; language-server = { nil.config.nil.nix.flake.autoEvalInputs = true;