Compare commits

...

2 Commits

Author SHA1 Message Date
Bertrand Benjamin 7c5041c73d Feat: add bluetooth to workstation 2022-01-12 16:22:59 +01:00
Bertrand Benjamin bccd699c5e Feat: add sound for workstation 2022-01-12 16:20:37 +01:00
2 changed files with 17 additions and 0 deletions

View File

@ -9,6 +9,15 @@ pacman_utils:
- nss-mdns
- networkmanager
pacman_sound:
- pipewire
- pipewire-alsa
- pipewire-pulse
pacman_bluetooth:
- bluez
- bluez-utils
pacman_cli:
- git-annex
- fzf
@ -114,6 +123,7 @@ pacman_gnome:
pacman_pkgs:
- "{{ pacman_utils }}"
- "{{ pacman_sound }}"
- "{{ pacman_cli }}"
- "{{ pacman_terms }}"
- "{{ pacman_office }}"

View File

@ -34,6 +34,13 @@
systemd:
name: NetworkManager
enabled: yes
state: started
- name: enable service bluetooth
systemd:
name: bluetooth
enabled: yes
state: started
- name: activate autofs
import_tasks: home_mounts.yml