From f965e8b9892debc8a9c020cad379c3de3cc67fb8 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 29 May 2025 19:08:44 +0300 Subject: [PATCH] feat: firefox-devedition -> librewolf switching to librewolf - my preferred OSS flavour of firefox. --- home-manager/stvnliu/home.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/home-manager/stvnliu/home.nix b/home-manager/stvnliu/home.nix index ae1589c..cfae430 100644 --- a/home-manager/stvnliu/home.nix +++ b/home-manager/stvnliu/home.nix @@ -73,16 +73,9 @@ firefox = { enable = true; package = with pkgs; - (firefox-devedition.override { - nativeMessagingHosts = [ - (passff-host.overrideAttrs (_old: { - dontStrip = true; - patchPhase = '' - sed -i 's#COMMAND = "pass"#COMMAND = "${ - pass.withExtensions (ext: with ext; [ pass-otp pass-import ]) - }/bin/pass"#' src/passff.py''; - })) - ]; + (librewolf.override { + nativeMessagingHosts = [ passff-host ]; + hasMozSystemDirPatch = true; }); }; thunderbird = {