Compare commits
3 Commits
687b992686
...
f2455f618e
Author | SHA1 | Date | |
---|---|---|---|
f2455f618e | |||
c5427dca4a | |||
2840ed5841 |
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user