From c3974e0d5fb1197a0e1b141b6512bfe09c25e2ac Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 21 May 2025 19:10:54 -0400 Subject: [PATCH] Change module order --- recipes/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index c77232c..f40eff3 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -12,10 +12,10 @@ image-version: 42 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module modules: - - from-file: components/sys-files-module.yml + - from-file: components/sddm-module.yml - from-file: components/base-module.yml - from-file: components/nvidia-module.yml - - from-file: components/sddm-module.yml + - from-file: components/sys-files-module.yml - from-file: components/hyprland-module.yml - from-file: components/default-flatpak.yml