Compare commits

..

3 Commits

Author SHA1 Message Date
f2455f618e Reattempt to use systemd module instead of script
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m48s
2025-05-25 21:05:15 -04:00
c5427dca4a Convert proprietary packages script into dnf module 2025-05-25 20:59:33 -04:00
2840ed5841 Corrected autostart service descriptions 2025-05-25 20:46:40 -04:00
3 changed files with 31 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[Unit] [Unit]
Description=The pc gaming platform Description=The VoIP program targeted towards gaming.
# order startup after WM # order startup after WM
After=graphical-session.target After=graphical-session.target

View File

@@ -1,5 +1,5 @@
[Unit] [Unit]
Description=The pc gaming platform Description=The Kitty terminal emulator.
# order startup after WM # order startup after WM
After=graphical-session.target After=graphical-session.target

View File

@@ -9,9 +9,16 @@ modules:
- ublue-os-update-services - ublue-os-update-services
- ublue-os-signing - ublue-os-signing
- type: script - type: systemd
scripts: system:
- enableautoupdates.sh # using systemd did not work, so using this script instead enabled:
- rpm-ostreed-automatic.timer
- podman-auto-update.timer
- flatpak-system-update.timer
user:
enabled:
- podman-auto-update.timer
- flatpak-user-update.timer
- type: dnf - type: dnf
repos: repos:
@@ -88,7 +95,23 @@ modules:
- firefox - firefox
- firefox-langpacks - firefox-langpacks
- type: script - type: dnf
scripts: replace:
- installproprietarypackages.sh - from-repo: negativo17
packages:
- libheif
- libva
- libva-intel-media-driver
- mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-libxatracker
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav
- gstreamer1-plugin-vaapi
- rar