aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-manager/stvnliu/home.nix13
1 files 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 = {