Change module order

This commit is contained in:
2025-05-21 19:10:54 -04:00
parent 7f23ca80c2
commit c3974e0d5f

View File

@@ -12,10 +12,10 @@ image-version: 42 # latest is also supported if you want new updates ASAP
# module configuration, executed in order # module configuration, executed in order
# you can include multiple instances of the same module # you can include multiple instances of the same module
modules: modules:
- from-file: components/sys-files-module.yml - from-file: components/sddm-module.yml
- from-file: components/base-module.yml - from-file: components/base-module.yml
- from-file: components/nvidia-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/hyprland-module.yml
- from-file: components/default-flatpak.yml - from-file: components/default-flatpak.yml