Compare commits
6 Commits
main
...
23b1e640c7
Author | SHA1 | Date | |
---|---|---|---|
23b1e640c7 | |||
bdff4665f8 | |||
0077948ab1 | |||
1338ddf4bf | |||
dfd2525b13 | |||
fcfffc8882 |
@@ -24,6 +24,7 @@ modules:
|
||||
|
||||
- type: dnf
|
||||
install:
|
||||
skip-unavailable: true
|
||||
packages:
|
||||
# environment
|
||||
# fuzzy finder
|
||||
@@ -88,6 +89,15 @@ modules:
|
||||
|
||||
# power
|
||||
- powerstat
|
||||
|
||||
# git
|
||||
- git
|
||||
|
||||
# flatpak
|
||||
- flatpak
|
||||
- flatpak-selinux
|
||||
- flatpak-session-helper
|
||||
- flatpak-xdg-utils
|
||||
|
||||
remove:
|
||||
packages:
|
||||
@@ -100,6 +110,7 @@ modules:
|
||||
nonfree: rpmfusion
|
||||
replace:
|
||||
- from-repo: rpmfusion-nonfree
|
||||
skip-unavailable: true
|
||||
packages:
|
||||
- libheif
|
||||
- libva
|
||||
@@ -109,8 +120,11 @@ modules:
|
||||
- mesa-libEGL
|
||||
- mesa-libGL
|
||||
- mesa-libgbm
|
||||
- mesa-libxatracker
|
||||
- mesa-va-drivers
|
||||
- mesa-vulkan-drivers
|
||||
- gstreamer1-plugin-libav
|
||||
- gstreamer1-plugin-vaapi
|
||||
- rar
|
||||
|
||||
|
||||
|
@@ -6,8 +6,8 @@ name: hydro-os
|
||||
description: This is my personal OS image.
|
||||
|
||||
# the base image to build on top of (FROM) and the version tag to use
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
image-version: 42 # latest is also supported if you want new updates ASAP
|
||||
base-image: quay.io/fedora/fedora-bootc
|
||||
image-version: latest # latest is also supported if you want new updates ASAP
|
||||
|
||||
# module configuration, executed in order
|
||||
# you can include multiple instances of the same module
|
||||
|
@@ -6,8 +6,8 @@ name: hydro-os-nvidia
|
||||
description: This is my personal OS image.
|
||||
|
||||
# the base image to build on top of (FROM) and the version tag to use
|
||||
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
||||
image-version: 42 # latest is also supported if you want new updates ASAP
|
||||
base-image: quay.io/fedora/fedora-bootc
|
||||
image-version: latest # latest is also supported if you want new updates ASAP
|
||||
|
||||
# module configuration, executed in order
|
||||
# you can include multiple instances of the same module
|
||||
|
Reference in New Issue
Block a user