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, inputs,
user, user,
hostname, hostname,
@@ -22,6 +23,11 @@
networking.hostName = hostname; networking.hostName = hostname;
environment.systemPackages = with pkgs; [
chromium
playwright-driver.browsers
];
home-manager.users.${user} = { home-manager.users.${user} = {
imports = [ imports = [
../../profiles/bash.nix ../../profiles/bash.nix

View File

@@ -51,11 +51,6 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
chromium
playwright-driver.browsers
];
swapDevices = [ swapDevices = [
{ {
device = "/swapfile"; device = "/swapfile";