diff --git a/flake.nix b/flake.nix index fe2b4e9..1eb1a53 100644 --- a/flake.nix +++ b/flake.nix @@ -102,19 +102,19 @@ # this includes LSPs lspsAndRuntimeDeps = with pkgs; { general = [ - universal-ctags - curl - lazygit - ripgrep - fd - stdenv.cc.cc - lua-language-server - nil - stylua alejandra biome + curl + fd + lazygit + lua-language-server + nil nodePackages.prettier + ripgrep + stdenv.cc.cc stylelint + stylua + universal-ctags ]; };