Commit 59766ff2e239
Changed files (3)
roles
common
desktop
tasks
roles/common/tasks/install-essentials.yml
@@ -6,4 +6,7 @@
- vim
- htop
- tmux
- - zsh
\ No newline at end of file
+ - zsh
+ - sshfs
+ - krb5-auth-dialog
+ - krb5-workstation
roles/common/tasks/install-fedora-essentials.yml
@@ -6,4 +6,7 @@
- python3-psutil
- util-linux-user
- oathtool
- - lm_sensors
\ No newline at end of file
+ - lm_sensors
+ - qrencode
+ - caca-utils
+ - ykpers
roles/desktop/tasks/gnome.yml
@@ -14,6 +14,7 @@
- gnome-shell-extension-pomodoro
- snapd
- xsel
+ - pavucontrol
- name: Install dconf-editor
become: yes
package: name=dconf-editor state=present