diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-22 15:15:16 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-22 15:15:16 +0200 |
commit | 1cd2d31e0d5f81ce066121de78c0ed042fc3b6aa (patch) | |
tree | 326c6ae3fd62a0a6e05e632929cf56657db27931 | |
parent | 3c8738021a5c2106af40717dc3aaa9b68699889f (diff) | |
download | rules-1cd2d31e0d5f81ce066121de78c0ed042fc3b6aa.tar.gz |
roles(workstation): bump packages
-rw-r--r-- | roles/workstation/tasks/pipewire.yml | 1 | ||||
-rw-r--r-- | roles/workstation/vars/os_archlinux.yml | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/roles/workstation/tasks/pipewire.yml b/roles/workstation/tasks/pipewire.yml index 1192563..8cc3f5e 100644 --- a/roles/workstation/tasks/pipewire.yml +++ b/roles/workstation/tasks/pipewire.yml @@ -4,6 +4,7 @@ - pipewire - pipewire-alsa - pipewire-pulse + - mda.lv2 state: present - name: enable and start pipewire diff --git a/roles/workstation/vars/os_archlinux.yml b/roles/workstation/vars/os_archlinux.yml index bde503f..f870cdd 100644 --- a/roles/workstation/vars/os_archlinux.yml +++ b/roles/workstation/vars/os_archlinux.yml @@ -5,7 +5,6 @@ workstation_pkgs: - bc - bind - clang - - cronie - easyeffects - entr - firefox @@ -17,6 +16,7 @@ workstation_pkgs: - inetutils - libvirt - light + - luarocks - man-db - nfs-utils - noto-fonts-emoji @@ -27,7 +27,7 @@ workstation_pkgs: - pamixer - pavucontrol - pcsc-tools - - pdfjs + - pdfjs-legacy - postgresql - pyenv - python-debugpy @@ -39,8 +39,11 @@ workstation_pkgs: - python-pynvim - python-qrencode - qemu + - shellcheck - signify + - sshuttle - strace + - stylua - tar - tmux - torbrowser-launcher |