From bf7e5aee429acb8df7c3b27eb71c23abefc627fa Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 7 Jan 2026 20:21:55 +0000 Subject: [PATCH] chromium --- hosts/tahani/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/tahani/default.nix b/hosts/tahani/default.nix index 6967243..d7b4c23 100644 --- a/hosts/tahani/default.nix +++ b/hosts/tahani/default.nix @@ -1,4 +1,5 @@ { + pkgs, inputs, user, hostname, @@ -51,6 +52,11 @@ virtualisation.docker.enable = true; + environment.systemPackages = with pkgs; [ + chromium + playwright-driver.browsers + ]; + swapDevices = [ { device = "/swapfile";