format stuff
This commit is contained in:
parent
039ece57cf
commit
5b77289525
8 changed files with 149 additions and 172 deletions
|
|
@ -1,32 +1,30 @@
|
|||
{
|
||||
"update.mode": "none",
|
||||
"extensions.autoCheckUpdates": false,
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"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.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"update.mode": "none",
|
||||
"extensions.autoCheckUpdates": false,
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"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.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue