mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
users/foo-dogsquared: update Firefox wrapper options
This commit is contained in:
parent
a8def0527e
commit
5b81339f9c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user