From 402f7ae93ce3058ee48e3b1548bd99a91418217d Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 12 Oct 2024 19:53:07 +0200 Subject: [PATCH] Move more missing packages --- roles/packages/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/packages/tasks/main.yml b/roles/packages/tasks/main.yml index bf5d4dfe..f14b07b3 100644 --- a/roles/packages/tasks/main.yml +++ b/roles/packages/tasks/main.yml @@ -110,16 +110,13 @@ - noto-fonts-emoji # fonts - ntfs-3g # ntfs - nvme-cli # nvme ssd - - obs-studio # recording - okular # pdf - openssh # remote shell - opentofu # iac - otf-font-awesome # fonts - p7zip # compression - pacman-contrib # scripts - - pandoc - php # code - - piper # mouse - pkgstats - plasma-meta - podman # containers @@ -134,7 +131,6 @@ - python-pyflakes # code - python-pytest # code - rebuild-detector # packages - - reflector # mirrors - restic # backup - ripgrep # doom emacs - rsync # file sync @@ -176,7 +172,7 @@ tags: packages become: true -- name: x86_64 | Install other packages unavailable on ALARM +- name: x86_64 | Install other packages unavailable/unnecessary on ALARM community.general.pacman: state: present # select the lines and use 'M-x sort-lines' @@ -194,7 +190,11 @@ - linux # kernel - linux-firmware # kernel - linux-headers # kernel + - obs-studio # recording + - pandoc + - piper # mouse - qemu-full # virtualization + - reflector # mirrors - virt-manager # virtualization - vulkan-intel # video driver - vulkan-radeon # video driver