Implement new method to add native messaging
This commit is contained in:
parent
3364a4505d
commit
9780b167d3
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue