♻️ [shared] Moved files to base shared directory
This commit is contained in:
10
shared/base/modules/development/formatters.nix
Normal file
10
shared/base/modules/development/formatters.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodePackages.prettier
|
||||
nixfmt-rfc-style
|
||||
treefmt
|
||||
shfmt
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user