add touchegg

This commit is contained in:
Andreas Zweili 2021-09-20 11:59:16 +02:00
parent a43336170c
commit 2083bdc0d0
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,11 @@
repo: "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main"
state: present
- name: "Add Touchegg repository"
apt_repository:
repo: "ppa:touchegg/stable"
state: present
- name: "Install Packages"
apt:
state: present

View File

@ -33,6 +33,9 @@ packages:
- flatpak
- gnome-software-plugin-flatpak
- gnome-software-plugin-snap
- ranger
- emacs
- touchegg
pip_packages:
- youtube-dl