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 = {
enable = true;
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
cfg = {
nativeMessagingHosts = [
# Tridactyl native connector
enableTridactylNative = true;
enableBrowserpass = true;
};
pkgs.tridactyl-native
pkgs.browserpass
];
extraPolicies = {
DontCheckDefaultBrowser = true;
DisablePocket = true;