firefox: configure tridactyl native messaging

This commit is contained in:
Jez Cope 2021-07-16 08:50:59 +01:00
parent 0cf8d3cabb
commit 2149636f37
1 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@
enableTridactylNative = true;
};
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# Password management
lastpass-password-manager
@ -52,10 +53,10 @@
};
};
profiles.clean = {
id = 1;
};
profiles.clean = { id = 1; };
};
home.packages = [ pkgs.tridactyl-native ];
home.file.".mozilla/native-messaging-hosts/tridactyl.json".source =
"${pkgs.tridactyl-native}/lib/mozilla/native-messaging-hosts/tridactyl.json";
}