Compare commits

...

3 Commits

Author SHA1 Message Date
7472dce736 Change arch gaming build to use flatpak sunshine for package dep purposes
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 39m33s
2025-02-22 13:46:42 -05:00
3a8dc44bbd update qmk notes with basic setup 2025-02-22 13:46:21 -05:00
f9d50950ab add make and gcc to arch distoolbox 2025-02-22 13:46:11 -05:00
3 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
# QMK Notes
## install
<https://docs.qmk.fm/newbs_getting_started#set-up-your-environment>
```bash
qmk setup
qmk compile -kb <keyboard> -km default
```
## udev rules
Make sure the udev rules are copied to your host machine if you're in a distrobox or toolbox.

View File

@@ -177,13 +177,16 @@ network streaming to any device that can run moonlight.
### Install Sunshine ### Install Sunshine
<https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/setup.html#install> The flatpak seems to work well. The arch package keeps breaking due to
deps. See boost-libs and then libicuuc.so.76.
I used the Archlinux pkg. Follow the instructions (including the autostart instructions). <https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html#install-system-level>
```bash ```bash
wget https://github.com/LizardByte/Sunshine/releases/latest/download/sunshine.pkg.tar.zst flatpak install --system flathub dev.lizardbyte.app.Sunshine
pacman -U --noconfirm sunshine.pkg.tar.zst sudo -i
flatpak run --command=additional-install.sh dev.lizardbyte.app.Sunshine
systemctl enable --now sunshine
``` ```
#### Ports #### Ports

View File

@@ -50,6 +50,7 @@ I have a custom arch image based on the default arch-toolbox image. It offers:
- yq - yq
- imagemagick - imagemagick
- code - code
- make, gcc
## Using Reese's Arch Toolbox ## Using Reese's Arch Toolbox