Files
nix-zaneyos/.vscode/settings.json
2024-11-03 13:40:38 +01:00

19 lines
524 B
JSON

{
"nix.serverPath": "nixd",
"nix.enableLanguageServer": true,
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": [ "alejandra" ], // or nixfmt or nixpkgs-fmt
},
"options": {
"nixos": {
"expr": "(builtins.getFlake \"/home/garand_plg/zaneyos\").nixosConfigurations.CONFIGNAME.options"
},
// "home_manager": {
// "expr": "(builtins.getFlake \"/PATH/TO/FLAKE\").homeConfigurations.CONFIGNAME.options"
// },
},
}
}
}