Changed base image to just bazzite kernel
This commit is contained in:
@@ -6,7 +6,7 @@ name: hydro-os
|
|||||||
description: This is my personal OS image.
|
description: This is my personal OS image.
|
||||||
|
|
||||||
# the base image to build on top of (FROM) and the version tag to use
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
base-image: ghcr.io/ublue-os/bazzite-asus-nvidia
|
base-image: ghcr.io/ublue-os/bazzite-kernel
|
||||||
image-version: latest # latest is also supported if you want new updates ASAP
|
image-version: latest # latest is also supported if you want new updates ASAP
|
||||||
|
|
||||||
# module configuration, executed in order
|
# module configuration, executed in order
|
||||||
@@ -20,12 +20,11 @@ modules:
|
|||||||
- type: rpm-ostree
|
- type: rpm-ostree
|
||||||
repos:
|
repos:
|
||||||
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
|
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
|
||||||
|
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
|
||||||
install:
|
install:
|
||||||
- micro
|
- micro
|
||||||
- starship
|
- starship
|
||||||
#remove:
|
- hyprland-git
|
||||||
# example: removing firefox (in favor of the flatpak)
|
|
||||||
# "firefox" is the main package, "firefox-langpacks" is a dependency
|
|
||||||
|
|
||||||
- type: default-flatpaks
|
- type: default-flatpaks
|
||||||
notify: true # Send notification after install/uninstall is finished (true/false)
|
notify: true # Send notification after install/uninstall is finished (true/false)
|
||||||
@@ -33,9 +32,11 @@ modules:
|
|||||||
# If no repo information is specified, Flathub will be used by default
|
# If no repo information is specified, Flathub will be used by default
|
||||||
install:
|
install:
|
||||||
- one.ablaze.floorp
|
- one.ablaze.floorp
|
||||||
remove:
|
|
||||||
- org.gnome.eog
|
|
||||||
user: {} # Also add Flathub user repo, but no user packages
|
user: {} # Also add Flathub user repo, but no user packages
|
||||||
|
|
||||||
|
- type: akmods
|
||||||
|
isntall:
|
||||||
|
- nvidia
|
||||||
|
|
||||||
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user