feat(packages): add display utils

This commit is contained in:
Matthieu Bessat 2024-07-24 08:42:28 +02:00
parent a872cd379f
commit b593aa3452
2 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,8 @@ common:
- cups - cups
gpu: gpu:
- mesa-utils - mesa-utils
displays:
- ddcutil
_: _:
- acpi - acpi
- smartmontools # monitor drive (SSD) health - smartmontools # monitor drive (SSD) health
@ -84,6 +86,8 @@ common:
- jo - jo
- jq - jq
- fx - fx
- name: jc
desc: Adapter to convert regular command to JSON output
yaml: yaml:
- yq - yq
csv: csv:

View file

@ -1,6 +1,4 @@
base: base:
- desc: JSON adapter
name: jc
- pipdeptree - pipdeptree
- copyparty - copyparty
- lesspass - lesspass