Add blueman, correct pip package
This commit is contained in:
parent
258047afb7
commit
7599a1fddd
@ -15,6 +15,7 @@
|
|||||||
- name: Install DE
|
- name: Install DE
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
- blueman # Bluetooth manager
|
||||||
- dunst # Notification daemon
|
- dunst # Notification daemon
|
||||||
- notify-send # A requirement for several of my scripts
|
- notify-send # A requirement for several of my scripts
|
||||||
- pavucontrol # Not strictly required but very nice to have
|
- 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)
|
- ffmpeg # Very useful for compressing your animus (slowly over the course of a week)
|
||||||
- g810-led # Because keyboards
|
- g810-led # Because keyboards
|
||||||
- htop # Regular top a shit
|
- 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
|
- shellcheck # Because I write a ton of scripts
|
||||||
- snapd # A default component of every Ubuntu install but let's just make sure
|
- snapd # A default component of every Ubuntu install but let's just make sure
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user