diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-22 00:55:37 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-22 00:57:26 +0100 |
| commit | bda2d4c5a2ae7a1ea8b650dcd8ad42d01cdd40f9 (patch) | |
| tree | eda9cd678167655bc5a4761a483b72b6eb0aef2c /group_vars/all.yml.example | |
| parent | 510ded408692789ded6a1cca57de45c122eedddd (diff) | |
Fix versions and installing of obsidian on debian
This also fixes the testing of xdg-settings, since the display isn't set
on CI it has to be set to false to avoid getting the CI upset
Diffstat (limited to 'group_vars/all.yml.example')
| -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 cc323a1f..d9cab57a 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: true +firefox_is_default: false wireguard_autostart_connection: "vpn0" wireguard_connections: |
