diff --git a/modules/config/files/tilix.conf b/files/tilix.conf similarity index 100% rename from modules/config/files/tilix.conf rename to files/tilix.conf diff --git a/tasks/config.yml b/tasks/config.yml index 57eb04e..91ab20d 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -58,3 +58,9 @@ dest: /home/jake/.config/alacritty/alacritty.yml mode: 0644 owner: jake + +- name: Tilix config + shell: "dconf load /etc/gexperts/Tilix/" + args: + stdin: "{{ lookup('file', './files/tilix.conf') }}" + become: jake