Add Tailwind CSS

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent cd59c54aa8
commit d1034af1d7
7 changed files with 756 additions and 3 deletions

View file

@ -14,7 +14,12 @@
perSystem = { config, self', inputs', pkgs, system, ... }: {
devshells.default = {
packages = with pkgs; [ "php81" "php81Packages.composer" ];
packages = with pkgs; [
"nodejs"
"nodePackages.pnpm"
"php81"
"php81Packages.composer"
];
};
};
};