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; }) ];