From fe00158124a4085c64c48a3da918b3266b66ea8e Mon Sep 17 00:00:00 2001 From: nerdy0901 <150199648+nerdy0901@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:43:57 +0700 Subject: [PATCH] switch to kinoite-nvidia --- config/recipe.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/recipe.yml b/config/recipe.yml index 965096750d..90c4bba896 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -4,7 +4,7 @@ name: my-ublue description: My Universal Blue image # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-asus-nvidia +base-image: ghcr.io/ublue-os/kinoite-nvidia image-version: 39 # latest is also supported if you want new updates ASAP # module configuration, executed in order @@ -23,12 +23,15 @@ 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/lukenukem/asus-linux/repo/fedora-%OS_VERSION%/lukenukem-asus-linux-fedora-%OS_VERSION%.repo install: # - micro # - starship - easyeffects - virt-manager - samba + - asusctl + - asusctl-rog-gui remove: - firefox # default firefox removed in favor of flatpak - firefox-langpacks # langpacks needs to also be removed to prevent dependency problems