diff --git a/roles/desktop/tasks/arch.yml b/roles/desktop/tasks/arch.yml index 66130f5..c416033 100644 --- a/roles/desktop/tasks/arch.yml +++ b/roles/desktop/tasks/arch.yml @@ -29,6 +29,7 @@ - htop - net-tools - neofetch + - networkmanager - screen - tmux - traceroute @@ -48,12 +49,21 @@ - flameshot - gnome-backgrounds - gsimplecal + - network-manager-applet for + - nm-connection-editor - numlockx - pavucontrol - pasystray - picom - redshift +- name: "Enable network manager" + become: yes + ansible.builtin.systemd: + name: NetworkManager.service + state: started + enabled: yes + - name: install flatpak become: yes community.general.pacman: