mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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;
|
enable = true;
|
||||||
|
|
||||||
package = with pkgs; wrapFirefox firefox-unwrapped {
|
package = with pkgs; wrapFirefox firefox-unwrapped {
|
||||||
|
cfg = {
|
||||||
|
enableBrowserpass = true;
|
||||||
|
enableBukubrow = true;
|
||||||
|
enableTridactylNative = true;
|
||||||
|
enableFxCastBridge = true;
|
||||||
|
};
|
||||||
|
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
AppAutoUpdate = false;
|
AppAutoUpdate = false;
|
||||||
DisableAppUpdate = true;
|
DisableAppUpdate = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user