Change i3 vars to defaults, to override in work.yml

This commit is contained in:
tfranken@ee 2023-08-15 18:44:53 +02:00
parent f78c0040a0
commit 04fcd3b1d2
2 changed files with 15 additions and 13 deletions

View file

@ -3,16 +3,18 @@
hosts: localhost hosts: localhost
connection: local connection: local
roles: roles:
- base - role: base
- bash - role: bash
- sudoers - role: sudoers
- git-summary - role: git-summary
- etckeeper - role: etckeeper
- pass - role: pass
- ssh-agent - role: ssh-agent
- i3 - role: i3
- neovim vars:
- profanity wallpaper_type: xkcd
- neomutt - role: neovim
- terminator - role: profanity
- tmux - role: neomutt
- role: terminator
- role: tmux