From fdb2c81d500a013b9c0bbb9e347fbf090cdef21a Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 20 Mar 2025 22:06:32 +0100 Subject: [PATCH] add prettier formatter --- home/profiles/develop/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profiles/develop/common.nix b/home/profiles/develop/common.nix index b13f76b..2cb6f98 100644 --- a/home/profiles/develop/common.nix +++ b/home/profiles/develop/common.nix @@ -5,5 +5,6 @@ gnumake ninja pkg-config + nodePackages.prettier ]; }