From 09ce02d58d1e19fc3ca246dcf3dcdd0acd48e3e3 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Wed, 16 Apr 2025 17:21:05 +0200 Subject: [PATCH] Install more formatters (black and toml) --- modules/home/vscodium.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/vscodium.nix b/modules/home/vscodium.nix index 920972e..852b1ee 100644 --- a/modules/home/vscodium.nix +++ b/modules/home/vscodium.nix @@ -12,12 +12,15 @@ kamadorueda.alejandra # python ms-python.python + ms-python.black-formatter # C/C++ ms-vscode.cpptools # OCaml ocamllabs.ocaml-platform # CMake ms-vscode.cmake-tools + # TOML + tamasfe.even-better-toml # Color theme catppuccin.catppuccin-vsc