From 331dad50f33765faf18595c6cd63fc4edde16928 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 22 Aug 2020 18:14:00 +0200 Subject: [PATCH] web: Remove passff-host --- modules/web.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/web.nix b/modules/web.nix index 97cabac..5b99857 100644 --- a/modules/web.nix +++ b/modules/web.nix @@ -3,7 +3,6 @@ { environment.systemPackages = with pkgs; [ firefox-wayland - passff-host # host app for pass firefox extension # Buidling chromium from source on a potato laptop is not fun #(ungoogled-chromium.override { useOzone = true; }) ];