about summary refs log tree commit diff
path: root/treefmt.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-03 16:32:51 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-03 16:32:51 -0700
commitd481251d4148a9e90cf71aa1c11a8f8e077336a4 (patch)
treea5dd8993718db7cfc7b13ef2a24a3fa2e15b582f /treefmt.nix
parentsimplify the layout (diff)
downloadfcuny.net-d481251d4148a9e90cf71aa1c11a8f8e077336a4.tar.gz
some more cleanup
Diffstat (limited to 'treefmt.nix')
-rw-r--r--treefmt.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/treefmt.nix b/treefmt.nix
index 89a0c40..d9dc0e6 100644
--- a/treefmt.nix
+++ b/treefmt.nix
@@ -4,5 +4,6 @@
     nixpkgs-fmt.enable = true; # nix
     taplo.enable = true; # toml
     yamlfmt.enable = true; # yaml
+    prettier.enable = true; # css
   };
 }