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