sync after 'update

This commit is contained in:
BOTAlex 2026-05-03 13:30:56 +02:00
parent c6f54cc96a
commit fc6edfa41b
8 changed files with 54 additions and 60 deletions

View file

@ -2,7 +2,8 @@
{
environment.systemPackages = with pkgs; [
nodejs_22
nodePackages.live-server
nodePackages.serve
serve
live-server
];
}