✨ [shared] Formatters in their own file
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(lib.custom.relativeToRoot "shared/modules/development/formatters.nix")
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Tools
|
||||
just
|
||||
# Formatters
|
||||
treefmt
|
||||
shfmt
|
||||
nodePackages.prettier
|
||||
];
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user