This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/.vscode/settings.json
2026-04-14 02:10:37 +07:00

16 lines
298 B
JSON

{
"nixEnvSelector.suggestion": false,
"nix.serverSettings": {
"nil": {},
"nixd": {
"formatting": {
"command": ["alejandra"]
},
"options": {
"nixos": {
"expr": "(builtins.getFlake \"/home/asakiyuki/nixos\").nixosConfigurations.ideapad-slim-5.options"
}
}
}
}
}