Compare commits

6 Commits

Author SHA1 Message Date
1a1ac092e9 Kept steam, gamescope, mangohud, xpadneo, and multimedia packages under dnf, while The rest are left in rpm-ostree
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m0s
2025-06-28 13:00:59 -04:00
b1bf2a6ba4 Switch to rpm-ostreed-automatic 2025-06-27 09:13:22 -04:00
7940fb46d2 Removed system wide autostart for terminal. 2025-06-27 09:12:22 -04:00
7b21c06b2c Attempt to use fedora built-in multimedia packages
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s
2025-06-26 17:56:52 -04:00
526300c89e Corrected format for rpm-ostree
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m15s
2025-06-26 16:36:02 -04:00
9323e51388 Change from dnf back to rpm-ostree. changed repos to respective versions
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 35s
2025-06-26 15:31:10 -04:00
5 changed files with 109 additions and 145 deletions

View File

@@ -1,16 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=kitty
GenericName=Terminal emulator
Comment=Fast, feature-rich, GPU based terminal
TryExec=kitty
StartupNotify=true
Exec=/usr/bin/hyprctl dispatch exec [workspace special:terminal silent] /usr/bin/kitty
Icon=kitty
Categories=System;TerminalEmulator;
X-TerminalArgExec=--
X-TerminalArgTitle=--title
X-TerminalArgAppId=--class
X-TerminalArgDir=--working-directory
X-TerminalArgHold=--hold

View File

@@ -1,8 +0,0 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
ExecStart=/usr/bin/bootc update --quiet

View File

@@ -1,12 +0,0 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Timer]
OnBootSec=15min
OnUnitInactiveSec=8h
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target

View File

@@ -1,13 +1,45 @@
modules: modules:
- type: dnf - type: dnf
repos: repos:
copr:
- ublue-os/packages
- solopasha/hyprland
- peterwu/rendezvous
nonfree: negativo17 nonfree: negativo17
install: install:
packages: packages:
- steam
- gamescope
- mangohud
# xpadneo
- dkms-xpadneo
- libheif
remove:
packages:
# remove firefox
- firefox
- firefox-langpacks
replace:
- from-repo: fedora-multimedia
packages:
- libva
- libva-intel-media-driver
- mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/ublue-os/packages/repo/fedora-%OS_VERSION%/ublue-os-packages-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/peterwu/rendezvous/repo/fedora-%OS_VERSION%/peterwu-rendezvous-fedora-%OS_VERSION%.repo
- https://negativo17.org/repos/fedora-steam.repo
install:
# sddm # sddm
- sddm - sddm
- sddm-themes - sddm-themes
@@ -17,7 +49,7 @@ modules:
# password keeper # password keeper
- kf6-kwallet - kf6-kwallet
- kwalletmanager - kwalletmanager5
- pam-kwallet - pam-kwallet
# hyprland # hyprland
@@ -31,8 +63,6 @@ modules:
- ublue-os-signing - ublue-os-signing
# environment # environment
# xwayland
- xorg-x11-server-Xwayland
# headset control # headset control
- headsetcontrol - headsetcontrol
# media related # media related
@@ -108,36 +138,6 @@ modules:
# zoxide for z stuff # zoxide for z stuff
- zoxide - zoxide
# steam
- steam
# for game mode and big picture mode
- gamescope
# for performance view
- mangohud
# xpadneo
- dkms-xpadneo
remove:
packages:
# remove firefox
- firefox
- firefox-langpacks
replace:
- from-repo: fedora-multimedia
packages:
- libheif
- libva
- libva-intel-media-driver
- mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav
- type: script - type: script
scripts: scripts:
- install-xpadneo.sh - install-xpadneo.sh

View File

@@ -2,7 +2,7 @@ modules:
- type: systemd - type: systemd
system: system:
enabled: enabled:
- bootc-fetch-updates.timer - rpm-ostreed-automatic.timer
- flatpak-system-update.timer - flatpak-system-update.timer
user: user:
enabled: enabled: