firefox's tridactyl-native fixed

This commit is contained in:
Andrea Ciceri 2024-01-03 12:28:04 +01:00
parent d8d34387c2
commit 38257b9996
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -5,17 +5,12 @@
}: {
programs.firefox = {
enable = true;
package =
(pkgs.wrapFirefox pkgs.firefox-unwrapped {
extraPolicies = {
ExtensionSettings = {};
};
})
.override {
cfg = {
nativeMessagingHosts.packages = [pkgs.trydactyl-native pkgs.fs-cast-bridge];
};
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
extraPolicies = {
ExtensionSettings = {};
};
nativeMessagingHosts = [pkgs.tridactyl-native pkgs.fx-cast-bridge];
};
profiles.${username} = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
privacy-badger