2024-11-22 08:54:24 +01:00

8 lines
92 B
Nix

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