mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add playwright
This commit is contained in:
parent
efdaf6dfea
commit
25992a0892
2 changed files with 7 additions and 0 deletions
6
legacy_modules/dev/playwright.nix
Normal file
6
legacy_modules/dev/playwright.nix
Normal 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
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
|
@ -12,5 +12,6 @@
|
||||||
./dev/postgres.nix
|
./dev/postgres.nix
|
||||||
./dev/aider.nix
|
./dev/aider.nix
|
||||||
./dev/clickhouse.nix
|
./dev/clickhouse.nix
|
||||||
|
./dev/playwright.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue