Compare commits
2 Commits
04bdddabbb
...
7c5041c73d
Author | SHA1 | Date | |
---|---|---|---|
7c5041c73d | |||
bccd699c5e |
@ -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 }}"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user