Use import setting for alacritty

This commit is contained in:
Sonny Bakker 2024-06-05 10:56:40 +02:00
parent e290f5ae0a
commit 742a30faee
3 changed files with 12 additions and 8 deletions

View file

@ -50,9 +50,9 @@
state: directory
- name: copy alacritty configuration
copy:
template:
dest: '{{ xdg_config_dir }}/alacritty/alacritty.toml'
src: 'files/alacritty.toml'
src: 'templates/alacritty.j2'
- name: enable fstrim timer
become: true