Add more packages to install to desktop

This commit is contained in:
Przemysław Grondek 2023-09-22 19:56:54 +02:00
parent 8b6aba5dbc
commit 794c714f0b

View File

@ -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