add qmk and fedora wake from sleep error fixes
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 42m54s

This commit is contained in:
2025-01-11 17:57:37 -05:00
parent 463e8a7861
commit 51124e42e4
2 changed files with 51 additions and 3 deletions

View File

@@ -86,7 +86,9 @@ RUN pacman -S --noconfirm \
# Python static type checker and code formatter.
ruff \
# Generate strong passwords.
pwgen
pwgen \
# Custom keyboard c onfiguration
qmk
########################
##### Extra Apps #####