mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
add nixd
This commit is contained in:
parent
6de934ae7e
commit
c9df7325a1
2 changed files with 4 additions and 2 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||
"editor.defaultFormatter": "B4dM4n.nixpkgs-fmt",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": true
|
||||
"editor.formatOnType": true,
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "nixd"
|
||||
}
|
||||
|
|
@ -122,6 +122,7 @@
|
|||
packages = with pkgs; [
|
||||
just
|
||||
colmena
|
||||
nixd
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue