Add Tailwind CSS
This commit is contained in:
parent
cd59c54aa8
commit
d1034af1d7
7 changed files with 756 additions and 3 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue