mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: add native messengers in Firefox
This commit is contained in:
parent
c35bb4b185
commit
0f61e0f98e
@ -37,6 +37,13 @@
|
||||
enable = true;
|
||||
|
||||
package = with pkgs; wrapFirefox firefox-unwrapped {
|
||||
cfg = {
|
||||
enableBrowserpass = true;
|
||||
enableBukubrow = true;
|
||||
enableTridactylNative = true;
|
||||
enableFxCastBridge = true;
|
||||
};
|
||||
|
||||
extraPolicies = {
|
||||
AppAutoUpdate = false;
|
||||
DisableAppUpdate = true;
|
||||
|
Loading…
Reference in New Issue
Block a user