From be0d9e3b66e927804babf10cf458cc16c9f4670e Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 8 Mar 2025 15:17:29 -0800 Subject: [PATCH] style: Formatting --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ]; };