10 lines
117 B
Nix
Raw Normal View History

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