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; enable = true;
package = with pkgs; wrapFirefox firefox-unwrapped { package = with pkgs; wrapFirefox firefox-unwrapped {
cfg = { nativeMessagingHosts = with pkgs; [
enableBrowserpass = true; bukubrow
enableBukubrow = true; tridactyl-native
enableTridactylNative = true; fx-cast-bridge
enableFxCastBridge = true; ] ++ lib.optional config.programs.mpv.enable pkgs.ff2mpv;
};
extraNativeMessagingHosts = lib.optional config.programs.mpv.enable pkgs.ff2mpv;
extraPolicies = { extraPolicies = {
AppAutoUpdate = false; AppAutoUpdate = false;