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.
|
||||
|
||||
# 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
|
||||
|
||||
# module configuration, executed in order
|
||||
@@ -20,12 +20,11 @@ modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- 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:
|
||||
- micro
|
||||
- starship
|
||||
#remove:
|
||||
# example: removing firefox (in favor of the flatpak)
|
||||
# "firefox" is the main package, "firefox-langpacks" is a dependency
|
||||
- hyprland-git
|
||||
|
||||
- type: default-flatpaks
|
||||
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
|
||||
install:
|
||||
- one.ablaze.floorp
|
||||
remove:
|
||||
- org.gnome.eog
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user