mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00: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;
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user