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 = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = with pkgs;
|
package = with pkgs;
|
||||||
(firefox-devedition.override {
|
(librewolf.override {
|
||||||
nativeMessagingHosts = [
|
nativeMessagingHosts = [ passff-host ];
|
||||||
(passff-host.overrideAttrs (_old: {
|
hasMozSystemDirPatch = true;
|
||||||
dontStrip = true;
|
|
||||||
patchPhase = ''
|
|
||||||
sed -i 's#COMMAND = "pass"#COMMAND = "${
|
|
||||||
pass.withExtensions (ext: with ext; [ pass-otp pass-import ])
|
|
||||||
}/bin/pass"#' src/passff.py'';
|
|
||||||
}))
|
|
||||||
];
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue