very barebones first steps, just a rough template still lots of work

This commit is contained in:
Christoph Hollizeck 2025-07-18 00:42:32 +02:00
parent 4972944cc0
commit 9ec685c755
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
5 changed files with 773 additions and 4 deletions

View file

@ -10,6 +10,7 @@ let
in
{
# https://devenv.sh/basics/
packages = with pkgs; [ tailwindcss_4 ];
# https://devenv.sh/languages/
languages.zig = {