diff --git a/README.md b/README.md index 0cf8ebc..631d8bc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ It runs through the updating of cache, updating base packages, then installs the - network-manager-openconnect-gnome - calibre - Google Chrome +- Docker +- nVidia Drivers +- neofetch +- screen +- transmission-gtk Once those are installed, I also place VSCodium, Steam and Spotify from ``snap`` and ``flatpak``. diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index df02916..6438b3f 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -2,6 +2,7 @@ become: yes package: name: + - screen - git - nano - tmux @@ -34,6 +35,7 @@ - network-manager-openconnect - network-manager-openconnect-gnome - calibre + - transmission-gtk state: present - name: Install flatpaks