Compare commits
3 Commits
687b992686
...
f2455f618e
Author | SHA1 | Date | |
---|---|---|---|
f2455f618e | |||
c5427dca4a | |||
2840ed5841 |
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=The pc gaming platform
|
||||
Description=The VoIP program targeted towards gaming.
|
||||
# order startup after WM
|
||||
After=graphical-session.target
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=The pc gaming platform
|
||||
Description=The Kitty terminal emulator.
|
||||
# order startup after WM
|
||||
After=graphical-session.target
|
||||
|
||||
|
@@ -9,9 +9,16 @@ modules:
|
||||
- ublue-os-update-services
|
||||
- ublue-os-signing
|
||||
|
||||
- type: script
|
||||
scripts:
|
||||
- enableautoupdates.sh # using systemd did not work, so using this script instead
|
||||
- type: systemd
|
||||
system:
|
||||
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
|
||||
repos:
|
||||
@@ -88,7 +95,23 @@ modules:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
|
||||
- type: script
|
||||
scripts:
|
||||
- installproprietarypackages.sh
|
||||
- type: dnf
|
||||
replace:
|
||||
- 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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user