about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/firefox/config/extensions/native_messaging_hosts/default.nix
blob: 9aaa168297438e68b256df21f4f9e50eb9e97dba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{pkgs, ...}:
/*
++ lib.optional (cfg.enableBrowserpass or false) (lib.getBin browserpass)
++ lib.optional (cfg.enableBukubrow or false) bukubrow
++ lib.optional (cfg.enableTridactylNative or false) tridactyl-native
++ lib.optional (cfg.enableGnomeExtensions or false) gnome-browser-connector
++ lib.optional (cfg.enableUgetIntegrator or false) uget-integrator
++ lib.optional (cfg.enablePlasmaBrowserIntegration or false) plasma5Packages.plasma-browser-integration
++ lib.optional (cfg.enableFXCastBridge or false) fx-cast-bridge
++ lib.optional (cfg.enableKeePassXC or false) keepassxc
*/
with pkgs; [
  tridactyl-native
  keepassxc
]