🐛 [shared] Moved nixfmt to formatters.nix

This commit is contained in:
2025-04-16 10:39:49 +02:00
parent 3c5484f1a1
commit 7ed64943a6
2 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nodePackages.prettier nodePackages.prettier
nixfmt-rfc-style
treefmt treefmt
shfmt shfmt
]; ];

View File

@ -2,10 +2,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Language servers
nixd nixd
nil nil
# Formatters
nixfmt-rfc-style
]; ];
} }