vscode: update config

This commit is contained in:
Veneficium 2025-02-15 23:53:41 +01:00
parent 34bea66762
commit 7f5da36715

View file

@ -5,21 +5,23 @@
"workbench.productIconTheme": "material-product-icons",
"editor.fontLigatures": true,
"terminal.integrated.fontLigatures": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
"editor.formatOnSave": true,
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.formatterPath": [
"nix",
"fmt",
"--",
"--"
],
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": ["nixfmt"]
},
"options": {
"home-manager": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options.home-manager.users.type.getSubOptions []"
},
"nixos": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
@ -27,4 +29,4 @@
}
}
}
}
}