From d295ac2ea35aeb4857c92d7e036f5473f89bd671 Mon Sep 17 00:00:00 2001 From: Asaki Yuki Date: Tue, 14 Apr 2026 01:22:25 +0700 Subject: [PATCH] idk --- .vscode/settings.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 10b1817..9231f19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,15 @@ { - "nixEnvSelector.suggestion": false + "nixEnvSelector.suggestion": false, + "nix.serverSettings": { + "nixd": { + "formatting": { + "command": ["alejandra"] + }, + "options": { + "nixos": { + "expr": "(builtins.getFlake \"/home/asakiyuki/nixos\").nixosConfigurations.ideapad-slim-5.options" + } + } + } + } }