nuxt frontend

This commit is contained in:
2026-07-19 22:28:04 +02:00
parent 63bb636255
commit d884084066
10 changed files with 1821 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [pkgs.wp-cli pkgs.bun];
packages = [pkgs.wp-cli pkgs.bun pkgs.vue-language-server];
languages.typescript.enable = true;
languages.php.enable = true;
languages.php.lsp.package = pkgs.intelephense;