From 7f23ca80c2d81cb71f1032359b558f3408a76472 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 21 May 2025 17:45:47 -0400 Subject: [PATCH] Corrected typo --- recipes/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index c9aa11b..c77232c 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -14,7 +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/nvidia-module.yml - from-file: components/sddm-module.yml - from-file: components/hyprland-module.yml - from-file: components/default-flatpak.yml