mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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
|
systemd.user.tmpfiles.rules = let
|
||||||
settings = builtins.toJSON {
|
settings = builtins.replaceStrings [","] [",\\n"] (builtins.toJSON {
|
||||||
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
||||||
"explorer.confirmDelete" = false;
|
"explorer.confirmDelete" = false;
|
||||||
"explorer.confirmDragAndDrop" = false;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"editor.renderWhitespace" = "none";
|
"editor.renderWhitespace" = "none";
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
"editor.minimap.enabled" = false;
|
"editor.minimap.enabled" = false;
|
||||||
};
|
});
|
||||||
in [
|
in [
|
||||||
"f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"
|
"f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"
|
||||||
"f+ %h/.config/VSCodium/User/settings-default.json - - - - ${settings}"
|
"f+ %h/.config/VSCodium/User/settings-default.json - - - - ${settings}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue