added few more essential packages

This commit is contained in:
2021-11-20 22:12:21 +01:00
parent dd01a48faa
commit d7dbbe3fa3

View File

@@ -86,7 +86,7 @@
- name: Install packages from AUR
community.general.pacman:
name: zsh-git,oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,nano,ly,ansible
name: zsh-git,oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,nano,ly,ansible,openssh
state: present
executable: paru
become: yes
@@ -94,7 +94,7 @@
- name: Install Sway stuff
community.general.pacman:
name: sway,foot,foot-terminfo,waybar,ttf-font-awesome,sway-launcher-desktop,pipewire,pipewire-pulse,bluez,bluez-utils,firefox,archlinux-wallpaper,iwd,btop,light,wob-git,udiskie,ranger,mako,micro,man,wdisplays,swayidle,swaylock-effects-git
name: sway,foot,foot-terminfo,waybar,ttf-font-awesome,sway-launcher-desktop,pipewire,pipewire-pulse,bluez,bluez-utils,firefox,archlinux-wallpaper,iwd,btop,light,wob-git,udiskie,ranger,mako,micro,man,wdisplays,swayidle,swaylock-effects-git,pamixer,qt5-wayland
state: present
executable: paru
become: yes
@@ -175,7 +175,7 @@
- name: Install More apps
community.general.pacman:
name: visual-studio-code-bin,cargo,python
name: visual-studio-code-bin,cargo,python,nextcloud-client
state: present
executable: paru
become: yes