{ "editor.fontFamily": "FiraCode Nerd Font", "editor.hover.delay": 1500, "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "editor.guides.bracketPairsHorizontal": true, "editor.guides.highlightActiveBracketPair": true, "files.trimTrailingWhitespace": true, "sops.defaults.ageKeyFile": "/home/jahanson/projects/mochi/age.key", "nix.enableLanguageServer": true, "nix.serverPath": "/run/current-system/sw/bin/nil", "nix.formatterPath": "/run/current-system/sw/bin/nixfmt", "nix.serverSettings": { "nil": { "formatting": { "command": ["nixfmt"] }, "diagnostics": { "ignored": [], "excludedFiles": [] }, }, "nix": { "binary": "/run/current-system/sw/bin/nix", "maxMemoryMB": null, // disable memory limit "flake": { "autoEvalInputs": true, "autoArchive": true, "nixpkgsInputName": "nixpkgs" } } } }