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 | 0a4675d0086ed7a4b6767255aa3b3f0c5d84acba (patch) | |
| tree | 63b0d5954a24fcaddab428b69ede75a05b4ceb60 /group_vars | |
| parent | bda2d4c5a2ae7a1ea8b650dcd8ad42d01cdd40f9 (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: |
