diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index 843aca2..42e6d8a 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -45,6 +45,10 @@ "git.autofetch" = true; "nix.enableLanguageServer" = true; "nix.serverPath" = "nil"; + "nix.serverSettings".nil = { + diagnostics.ignored = [ "unused_binding" "unused_with" ]; + formatting.command = [ "nixpkgs-fmt" ]; + }; "workbench.colorTheme" = "SynthWave '84"; }; };