diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 21:11:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 21:11:58 +0100 |
| commit | 4aae4d5c79a3960386f03d9c1c3b8a34b1c3f8a8 (patch) | |
| tree | 938d6a7c5c59353f6e74c74d4591a2625928e16f | |
| parent | f68a932b8270a3c6b0c839c86490756bed6a943f (diff) | |
Update browser configurations examples
| -rw-r--r-- | host_vars/archlinux.local.yml | bin | 1361 -> 951 bytes | |||
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 5 | ||||
| -rw-r--r-- | host_vars/marchlinux.local.yml | bin | 1189 -> 779 bytes | |||
| -rw-r--r-- | host_vars/marchlinux.local.yml.example | 14 |
4 files changed, 19 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml Binary files differindex 73aba2f6..29f3aa88 100644 --- a/host_vars/archlinux.local.yml +++ b/host_vars/archlinux.local.yml diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 87de2580..ba2122ab 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -45,3 +45,8 @@ hyprland_monitors: | env = GDK_SCALE,2 monitor=HDMI-A-1,3840x2160@60,auto-left,1.6 monitor=DP-1,3840x2160@60,auto-right,1.6 + +zen_browser_install_browserpass: true +zen_browser_install_passff: false +firefox_install_browserpass: false +firefox_install_passff: true diff --git a/host_vars/marchlinux.local.yml b/host_vars/marchlinux.local.yml Binary files differindex 78e5711c..1ecc0c68 100644 --- a/host_vars/marchlinux.local.yml +++ b/host_vars/marchlinux.local.yml diff --git a/host_vars/marchlinux.local.yml.example b/host_vars/marchlinux.local.yml.example index 99936ff4..1b876c9c 100644 --- a/host_vars/marchlinux.local.yml.example +++ b/host_vars/marchlinux.local.yml.example @@ -39,3 +39,17 @@ wireguard_connections: fonts_extra: - "ttf-dejavu" - "noto-fonts" + +zen_browser_install_browserpass: false +zen_browser_install_passff: false +zen_browser_extra_extensions: + "[email protected]": + installation_mode: "force_installed" + install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" + +firefox_install_browserpass: false +firefox_install_passff: false +firefox_extra_extensions: + "[email protected]": + installation_mode: "force_installed" + install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" |
