From d7dbbe3fa3ea743d5a15ad57e70aa4feb8a801c5 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sat, 20 Nov 2021 22:12:21 +0100 Subject: [PATCH] added few more essential packages --- playbook_sway.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbook_sway.yml b/playbook_sway.yml index d3df81a..5c229be 100644 --- a/playbook_sway.yml +++ b/playbook_sway.yml @@ -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