From 9d9755bf722f81445ca5081a2ad914c57c5c6336 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 21 May 2025 17:44:01 -0400 Subject: [PATCH] Added nvidia module to recipe --- recipes/recipe.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index a6dc7ab..c9aa11b 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -14,6 +14,7 @@ image-version: 42 # latest is also supported if you want new updates ASAP modules: - from-file: components/sys-files-module.yml - from-file: components/base-module.yml + - from-file: components/nvidia-modules.yml - from-file: components/sddm-module.yml - from-file: components/hyprland-module.yml - from-file: components/default-flatpak.yml