Add alacritty configuration

This commit is contained in:
Sonny Bakker 2024-05-31 08:10:55 +02:00
parent 60308c5533
commit 850b6a38e0
2 changed files with 68 additions and 0 deletions

View file

@ -44,6 +44,16 @@
notify: restart powertop
when: platform == "laptop"
- name: create alacritty configuration dir
file:
path: '{{ xdg_config_dir }}/alacritty'
state: directory
- name: copy alacritty configuration
copy:
dest: '{{ xdg_config_dir }}/alacritty/alacritty.toml'
src: 'files/alacritty.toml'
- name: enable fstrim timer
become: true
systemd: