chore(firefox): disable librewolf

This commit is contained in:
steveej 2023-07-15 21:23:20 +02:00
parent cb294d55b9
commit c2704a15d8

View file

@ -1,11 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
programs.librewolf = {enable = true;}; # programs.librewolf = {enable = true;};
programs.firefox = {enable = true;}; programs.firefox = {enable = true;};
programs.browserpass = {
enable = true;
browsers = ["firefox"];
};
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json"; home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
} }