sys-config/homeManagerModules/desktopPrograms/vscodium/settings.json
2024-09-25 23:01:58 +02:00

37 lines
No EOL
1.1 KiB
JSON

{
"update.mode": "none",
"extensions.autoCheckUpdates": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": 500,
"editor.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.serverSettings": {
"nixd": {
"formatting": {
"command": [
"nixfmt"
]
},
"options": {
"home-manager": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
},
"nixos": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
}
}
}
}
}