Attempting to swap to hyprland-nvidia

This commit is contained in:
2025-05-07 11:52:04 -04:00
parent 8c91f0991b
commit feb6363f55

View File

@@ -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/wayblueorg/hyprland-nvidia
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
@@ -17,14 +17,20 @@ modules:
- source: system - source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder / destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
- type: akmods
base: bazzite
install:
- nvidia
- 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
- hyprland-git remove:
- firefox
- firefox-langpacks
- 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)