update firefox config
This commit is contained in:
parent
4d997dd76c
commit
4463271309
1 changed files with 0 additions and 14 deletions
14
config.nix
14
config.nix
|
@ -64,20 +64,6 @@ in
|
|||
firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr;
|
||||
policies = {
|
||||
SupportMenu = {
|
||||
Title = "Config";
|
||||
URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal";
|
||||
};
|
||||
Preferences = {
|
||||
"browser.ssb.enabled" = lock true;
|
||||
#"ui.osk.detected_physical_keyboard" = lock false;
|
||||
#"browser.gesture.pinch.in" = lock false;
|
||||
#"browser.gesture.pinch.out" = lock false;
|
||||
"zoom.maxPercent" = lock 100;
|
||||
"zoom.minPercent" = lock 100;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
wayland.windowManager.sway = {
|
||||
|
|
Loading…
Reference in a new issue