[shared] Formatters in their own file

This commit is contained in:
2025-04-16 00:08:42 +02:00
parent e515408ef2
commit 3c5484f1a1
4 changed files with 17 additions and 11 deletions

View File

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nodePackages.prettier
treefmt
shfmt
];
}