feat: add minilab

This commit is contained in:
Nickolaj Jepsen 2026-01-22 19:05:24 +01:00
parent c16d6d1b4d
commit 30a41e2fec
23 changed files with 3194 additions and 21 deletions

View file

@ -5,7 +5,7 @@
pkgsUnstable,
...
}: {
config = lib.mkIf config.fireproof.dev.enable {
config = lib.mkIf config.fireproof.dev.playwright.enable {
fireproof.home-manager.programs.fish.shellInit = ''
set -xg PLAYWRIGHT_BROWSERS_PATH ${pkgsUnstable.playwright-driver.browsers}
set -xg PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS true