diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 85edc4d..506a519 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -31,9 +31,14 @@ [[language]] name = "nix" formatter = { command = "nixpkgs-fmt" } + + [[language]] + name = "python" + formatter = { command = "black", args = [ "-" ] } ''; packages = with pkgs.unstablePkgs; [ + black helix clang-tools rust-analyzer