From e9119f8cf3d2457d9b209bf287e53fdcf1694d89 Mon Sep 17 00:00:00 2001
From: rycee
Example:
pkgs.firefox.override {
# See nixpkgs' firefox/wrapper.nix to check which options you can use
- cfg = {
+ nativeMessagingHosts = [
# Gnome shell native connector
- enableGnomeExtensions = true;
+ pkgs.gnome-browser-connector
# Tridactyl native connector
- enableTridactylNative = true;
- };
+ pkgs.tridactyl-native
+ ];
}