Implement new method to add native messaging

This commit is contained in:
Yorick Barbanneau 2023-12-03 16:50:31 +01:00
parent 3364a4505d
commit 9780b167d3

View file

@ -10,11 +10,11 @@ in
programs.firefox = { programs.firefox = {
enable = true; enable = true;
package = pkgs.wrapFirefox pkgs.firefox-unwrapped { package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
cfg = { nativeMessagingHosts = [
# Tridactyl native connector # Tridactyl native connector
enableTridactylNative = true; pkgs.tridactyl-native
enableBrowserpass = true; pkgs.browserpass
}; ];
extraPolicies = { extraPolicies = {
DontCheckDefaultBrowser = true; DontCheckDefaultBrowser = true;
DisablePocket = true; DisablePocket = true;