diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-22 01:01:23 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-22 01:02:13 +0100 |
| commit | a3c6325ed946f4c77e4704c9f31a8dbdb5a3d943 (patch) | |
| tree | 63b0d5954a24fcaddab428b69ede75a05b4ceb60 /group_vars | |
| parent | 3bc383107eb4ff6c6ad03f6b09aa259e8e7ee83b (diff) | |
Fix xdg-settings of firefox on different systems using different pkgs
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index d9cab57a..cc323a1f 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -58,7 +58,7 @@ vimrc_setup_script: | vim -E -s -u ~/.vimrc +PlugInstall +qall chromium_is_default: false -firefox_is_default: false +firefox_is_default: true wireguard_autostart_connection: "vpn0" wireguard_connections: |
