feat: firefox-devedition -> librewolf
switching to librewolf - my preferred OSS flavour of firefox.
This commit is contained in:
parent
7e2c5f2c7c
commit
f965e8b989
1 changed files with 3 additions and 10 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue