mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
6 lines
208 B
Nix
6 lines
208 B
Nix
|
|
{pkgs, ...}: {
|
||
|
|
fireproof.home-manager.programs.fish.shellInit = ''
|
||
|
|
set -xg PLAYWRIGHT_BROWSERS_PATH ${pkgs.playwright-driver.browsers}
|
||
|
|
set -xg PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS true
|
||
|
|
'';
|
||
|
|
}
|