Converted from rpm-ostree to dnf
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 17s

This commit is contained in:
2025-05-22 14:41:19 -04:00
parent 4e5002b4ea
commit 83e35bd806
4 changed files with 84 additions and 78 deletions

View File

@@ -17,8 +17,12 @@ modules:
scripts: scripts:
- enableautoupdates.sh # using systemd did not work, so using this script instead - enableautoupdates.sh # using systemd did not work, so using this script instead
- type: rpm-ostree - type: dnf
repos:
copr:
- erikreider/SwayNotificationCenter
install: install:
packages:
# environment # environment
# fuzzy finder # fuzzy finder
- fzf - fzf

View File

@@ -1,8 +1,8 @@
modules: modules:
- type: rpm-ostree - type: dnf
repos: repos:
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo copr:
- https://copr.fedorainfracloud.org/coprs/erikreider/SwayNotificationCenter/repo/fedora-%OS_VERSION%/erikreider-SwayNotificationCenter-fedora-%OS_VERSION%.repo - solopasha/hyprland
install: install:
- hyprland-git - hyprland-git
- hyprpanel - hyprpanel

View File

@@ -1,6 +1,7 @@
modules: modules:
- type: rpm-ostree - type: dnf
install: install:
packages:
- sddm - sddm
- sddm-themes - sddm-themes
- qt5-qtgraphicaleffects - qt5-qtgraphicaleffects

View File

@@ -1,8 +1,9 @@
modules: modules:
- type: rpm-ostree - type: dnf
repos: repos:
- rpmfusion nonfree: rpmfusion
install: install:
packages:
- steam - steam
# for game mode and big picture mode # for game mode and big picture mode
- gamescope - gamescope