diff --git a/shell.nix b/shell.nix index 78f8c67c180..e1ff9b5f852 100644 --- a/shell.nix +++ b/shell.nix @@ -15,13 +15,20 @@ pkgs.mkShell { })) ]; - packages = with pkgs.qt6Packages; [ - qtbase.dev - qttools - qtwayland.dev + packages = + with pkgs; + with pkgs.qt6Packages; + with pkgs.nodePackages; + [ + qtbase.dev + qttools + qtwayland.dev - pkgs.ccache - ]; + ccache + clang-tools + pre-commit + prettier + ]; shellHook = '' # NOTE: This is required to make it find the wayland platform plugin installed