{pkgs, ...}: {
  home.packages = with pkgs; [
    nixd
    alejandra
    tailwindcss
    tailwindcss-language-server
  ];
}