users/foo-dogsquared: update Firefox wrapper options

This commit is contained in:
Gabriel Arazas 2023-10-28 12:19:36 +08:00
parent a8def0527e
commit 5b81339f9c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -41,14 +41,11 @@
enable = true;
package = with pkgs; wrapFirefox firefox-unwrapped {
cfg = {
enableBrowserpass = true;
enableBukubrow = true;
enableTridactylNative = true;
enableFxCastBridge = true;
};
extraNativeMessagingHosts = lib.optional config.programs.mpv.enable pkgs.ff2mpv;
nativeMessagingHosts = with pkgs; [
bukubrow
tridactyl-native
fx-cast-bridge
] ++ lib.optional config.programs.mpv.enable pkgs.ff2mpv;
extraPolicies = {
AppAutoUpdate = false;