summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-06 13:09:03 +0200
committerAlan Pearce2024-05-06 13:09:21 +0200
commit378b111a641ab662d0ca241f552e2cb9c7e96a28 (patch)
tree5f915611f1aec784616b7832408543ec20915c1d
parent28cdee574f731b4adb769c423af55faca2941b2e (diff)
downloadnixfiles-378b111a641ab662d0ca241f552e2cb9c7e96a28.tar.lz
nixfiles-378b111a641ab662d0ca241f552e2cb9c7e96a28.tar.zst
nixfiles-378b111a641ab662d0ca241f552e2cb9c7e96a28.zip
dev/web: replace prettier with prettierd
-rw-r--r--user/settings/development/web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix
index d7d0c2eb..4d26416c 100644
--- a/user/settings/development/web.nix
+++ b/user/settings/development/web.nix
@@ -7,9 +7,9 @@
     vscode-html-languageserver-bin
     csslint
     stylelint
-    prettier
   ] ++ (with pkgs; [
     flyctl
+    prettierd
     htmlformat
   ]);
   home.shellAliases = {