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 = {
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue