Skip to content

Commit

Permalink
feat: add sunshine, remove some fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Feb 4, 2025
1 parent 00d434d commit b5c1095
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion desktop-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ echo "Running desktop packages scripts..."
# ublue staging repo needed for ghostty, etc
dnf5 -y copr enable ublue-os/staging

# Sunshine
dnf5 -y copr enable lizardbyte/beta

# fan profile support
dnf5 -y copr enable codifryed/CoolerControl

Expand All @@ -24,7 +27,6 @@ EOF
# common packages installed to desktops
dnf5 install --setopt=install_weak_deps=False -y \
adw-gtk3-theme \
cascadia-code-fonts \
ccache \
cockpit-bridge \
cockpit-files \
Expand Down Expand Up @@ -77,6 +79,7 @@ dnf5 install --setopt=install_weak_deps=False -y \
shellcheck \
shfmt \
strace \
sunshine \
udisks2-btrfs \
udisks2-lvm2 \
yamllint \
Expand Down

0 comments on commit b5c1095

Please sign in to comment.