Uses tailwind for most of the homepage styling and adds prettier

This commit is contained in:
2025-06-05 12:28:41 -07:00
parent 2f1edd9851
commit fe707a600e
8 changed files with 985 additions and 339 deletions

View File

@@ -41,9 +41,11 @@
# Pinned packages available in the environment
packages = with pkgs; [
nodejs_22
eslint
git
eslint
nixpkgs-fmt
astro-language-server
nodePackages.prettier
];
};
}