{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Tools
just
# Formatters
treefmt
shfmt
nodePackages.prettier
];
}