Add blueman, correct pip package

This commit is contained in:
Salt 2019-10-11 19:33:14 -05:00
parent 258047afb7
commit 7599a1fddd

View File

@ -15,6 +15,7 @@
- name: Install DE
apt:
name:
- blueman # Bluetooth manager
- dunst # Notification daemon
- notify-send # A requirement for several of my scripts
- pavucontrol # Not strictly required but very nice to have
@ -78,7 +79,7 @@
- ffmpeg # Very useful for compressing your animus (slowly over the course of a week)
- g810-led # Because keyboards
- htop # Regular top a shit
- pip # Aw shit, here we go again
- python3-pip # Aw shit, here we go again
- shellcheck # Because I write a ton of scripts
- snapd # A default component of every Ubuntu install but let's just make sure
become: true