diff --git a/roles/desktop/tasks/arch.yml b/roles/desktop/tasks/arch.yml index 9ee68b0..2ebf7af 100644 --- a/roles/desktop/tasks/arch.yml +++ b/roles/desktop/tasks/arch.yml @@ -3,6 +3,8 @@ become: yes community.general.pacman: name: + - btrfs-progs + - cronie - dhcpdcd - efibootmgr - grub @@ -22,14 +24,23 @@ state: started enabled: yes +- name: "Enable service" + become: yes + ansible.builtin.systemd: + name: cronie + state: started + enabled: yes + - name: install terminal packages [Arch] become: yes community.general.pacman: name: - bind + - bluez - brightnessctl - graphviz - htop + - imagemagick - net-tools - neofetch - networkmanager @@ -49,8 +60,10 @@ become: yes community.general.pacman: name: + - file-roller - flameshot - gnome-backgrounds + - gnome-themes-extra - gsimplecal - network-manager-applet for - nm-connection-editor @@ -59,6 +72,17 @@ - pasystray - picom - redshift + - xdotool + - xorg-xkill + - xorg-xwininfo + +- name: Install some fonts + become: yes + community.general.pacman: + name: + - ttf-dejavu + - ttf-font-awesome + - ttf-ubuntu-font-family - name: "Enable network manager" become: yes