Load tilix config
This commit is contained in:
parent
9a25d125c9
commit
a4171938b3
2 changed files with 6 additions and 0 deletions
|
@ -58,3 +58,9 @@
|
||||||
dest: /home/jake/.config/alacritty/alacritty.yml
|
dest: /home/jake/.config/alacritty/alacritty.yml
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: jake
|
owner: jake
|
||||||
|
|
||||||
|
- name: Tilix config
|
||||||
|
shell: "dconf load /etc/gexperts/Tilix/"
|
||||||
|
args:
|
||||||
|
stdin: "{{ lookup('file', './files/tilix.conf') }}"
|
||||||
|
become: jake
|
||||||
|
|
Loading…
Reference in a new issue