WIP: Base Astro Components

This commit is contained in:
2026-05-29 14:33:38 +02:00
parent 4ff0658250
commit 826565c922
5 changed files with 81 additions and 21 deletions
+7 -2
View File
@@ -20,9 +20,14 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
nodejs_22
nodePackages.pnpm
nodejs_24
pnpm
fish
];
shellHook = ''
exec fish
'';
};
}
);