From 719ed60bda6a0add8bbb904ed4eaad2ebe860d72 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Wed, 4 Mar 2026 21:11:58 +0100 Subject: Update browser configurations examples --- host_vars/archlinux.local.yml | Bin 1361 -> 951 bytes host_vars/archlinux.local.yml.example | 5 +++++ host_vars/marchlinux.local.yml | Bin 1189 -> 779 bytes host_vars/marchlinux.local.yml.example | 14 ++++++++++++++ 4 files changed, 19 insertions(+) (limited to 'host_vars') diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml index 73aba2f6..29f3aa88 100644 Binary files a/host_vars/archlinux.local.yml and b/host_vars/archlinux.local.yml differ 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 index 78e5711c..1ecc0c68 100644 Binary files a/host_vars/marchlinux.local.yml and b/host_vars/marchlinux.local.yml differ 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: + "tabby@whatsyouridea.com": + 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: + "tabby@whatsyouridea.com": + installation_mode: "force_installed" + install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" -- cgit v1.2.3