✨ [shared] Formatters in their own file
This commit is contained in:
9
shared/modules/development/formatters.nix
Normal file
9
shared/modules/development/formatters.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodePackages.prettier
|
||||
treefmt
|
||||
shfmt
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user