Compare commits
2 Commits
04bdddabbb
...
7c5041c73d
Author | SHA1 | Date | |
---|---|---|---|
7c5041c73d | |||
bccd699c5e |
@ -9,6 +9,15 @@ pacman_utils:
|
|||||||
- nss-mdns
|
- nss-mdns
|
||||||
- networkmanager
|
- networkmanager
|
||||||
|
|
||||||
|
pacman_sound:
|
||||||
|
- pipewire
|
||||||
|
- pipewire-alsa
|
||||||
|
- pipewire-pulse
|
||||||
|
|
||||||
|
pacman_bluetooth:
|
||||||
|
- bluez
|
||||||
|
- bluez-utils
|
||||||
|
|
||||||
pacman_cli:
|
pacman_cli:
|
||||||
- git-annex
|
- git-annex
|
||||||
- fzf
|
- fzf
|
||||||
@ -114,6 +123,7 @@ pacman_gnome:
|
|||||||
|
|
||||||
pacman_pkgs:
|
pacman_pkgs:
|
||||||
- "{{ pacman_utils }}"
|
- "{{ pacman_utils }}"
|
||||||
|
- "{{ pacman_sound }}"
|
||||||
- "{{ pacman_cli }}"
|
- "{{ pacman_cli }}"
|
||||||
- "{{ pacman_terms }}"
|
- "{{ pacman_terms }}"
|
||||||
- "{{ pacman_office }}"
|
- "{{ pacman_office }}"
|
||||||
|
@ -34,6 +34,13 @@
|
|||||||
systemd:
|
systemd:
|
||||||
name: NetworkManager
|
name: NetworkManager
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
|
- name: enable service bluetooth
|
||||||
|
systemd:
|
||||||
|
name: bluetooth
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
- name: activate autofs
|
- name: activate autofs
|
||||||
import_tasks: home_mounts.yml
|
import_tasks: home_mounts.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user