{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
biome # Linter + formatter
nixfmt-rfc-style
treefmt
shfmt
];
}