mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Fix formatting of vscode-settings
This commit is contained in:
parent
ace4b3c805
commit
47bbee8749
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
systemd.user.tmpfiles.rules = let
|
||||
settings = builtins.toJSON {
|
||||
settings = builtins.replaceStrings [","] [",\\n"] (builtins.toJSON {
|
||||
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
||||
"explorer.confirmDelete" = false;
|
||||
"explorer.confirmDragAndDrop" = false;
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"editor.renderWhitespace" = "none";
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
"editor.minimap.enabled" = false;
|
||||
};
|
||||
});
|
||||
in [
|
||||
"f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"
|
||||
"f+ %h/.config/VSCodium/User/settings-default.json - - - - ${settings}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue