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";