Add TODO & add alacritty

This commit is contained in:
Sonny Bakker 2024-05-23 20:56:20 +02:00
parent a43f931f2a
commit a93901cc47
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
# TODO: update laptop configuration?
- hosts: localhost - hosts: localhost
pre_tasks: pre_tasks:
- name: install shared packages - name: install shared packages

View file

@ -50,6 +50,7 @@
name: fstrim.timer name: fstrim.timer
enabled: true enabled: true
# TODO: setup discrete GPU and remove this configuration
- name: disable nvidia GPU - name: disable nvidia GPU
block: block:
- name: create udev rule - name: create udev rule

View file

@ -14,6 +14,7 @@ packages:
- postgresql - postgresql
- plasma-meta - plasma-meta
- syncthing - syncthing
- alacritty
- tmux - tmux
- unrar - unrar
- vim - vim