Add network manager to Arch
This commit is contained in:
parent
f2e2059cca
commit
0d3d7c2bdd
@ -29,6 +29,7 @@
|
|||||||
- htop
|
- htop
|
||||||
- net-tools
|
- net-tools
|
||||||
- neofetch
|
- neofetch
|
||||||
|
- networkmanager
|
||||||
- screen
|
- screen
|
||||||
- tmux
|
- tmux
|
||||||
- traceroute
|
- traceroute
|
||||||
@ -48,12 +49,21 @@
|
|||||||
- flameshot
|
- flameshot
|
||||||
- gnome-backgrounds
|
- gnome-backgrounds
|
||||||
- gsimplecal
|
- gsimplecal
|
||||||
|
- network-manager-applet for
|
||||||
|
- nm-connection-editor
|
||||||
- numlockx
|
- numlockx
|
||||||
- pavucontrol
|
- pavucontrol
|
||||||
- pasystray
|
- pasystray
|
||||||
- picom
|
- picom
|
||||||
- redshift
|
- redshift
|
||||||
|
|
||||||
|
- name: "Enable network manager"
|
||||||
|
become: yes
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: NetworkManager.service
|
||||||
|
state: started
|
||||||
|
enabled: yes
|
||||||
|
|
||||||
- name: install flatpak
|
- name: install flatpak
|
||||||
become: yes
|
become: yes
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
|
Loading…
Reference in New Issue
Block a user