feat: add playwright

This commit is contained in:
Nickolaj Jepsen 2025-06-16 11:35:47 +02:00
parent efdaf6dfea
commit 25992a0892
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
fireproof.home-manager.programs.fish.shellInit = ''
set -xg PLAYWRIGHT_BROWSERS_PATH ${pkgs.playwright-driver.browsers}
set -xg PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS true
'';
}