Add tailwindcss
This commit is contained in:
parent
c12dcc81fa
commit
ebb3fb571f
2 changed files with 11 additions and 0 deletions
9
modules/tailwindcss.nix
Normal file
9
modules/tailwindcss.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
tailwindcss-language-server
|
||||
tailwindcss_4
|
||||
watchman
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue