playwright

This commit is contained in:
2026-01-08 17:18:40 +00:00
parent b745a786a7
commit 0e5b782164
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
inputs,
user,
hostname,
@@ -22,6 +23,11 @@
networking.hostName = hostname;
environment.systemPackages = with pkgs; [
chromium
playwright-driver.browsers
];
home-manager.users.${user} = {
imports = [
../../profiles/bash.nix