Converted from rpm-ostree to dnf
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 17s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 17s
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
modules:
|
modules:
|
||||||
- type: rpm-ostree
|
- type: dnf
|
||||||
install:
|
install:
|
||||||
|
packages:
|
||||||
- sddm
|
- sddm
|
||||||
- sddm-themes
|
- sddm-themes
|
||||||
- qt5-qtgraphicaleffects
|
- qt5-qtgraphicaleffects
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user