diff --git a/recipes/common-files.yml b/recipes/common-files.yml new file mode 100644 index 0000000..9ffbcaf --- /dev/null +++ b/recipes/common-files.yml @@ -0,0 +1,6 @@ +type: files +files: + - source: system/usr + destination: /usr + - source: system/etc + destination: /etc \ No newline at end of file diff --git a/recipes/recipe-hyprland.yml b/recipes/recipe-hyprland.yml index b3fb603..678fc72 100644 --- a/recipes/recipe-hyprland.yml +++ b/recipes/recipe-hyprland.yml @@ -10,7 +10,7 @@ image-version: latest # 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: system-files.yml + - from-file: common-files.yml # - from-file: akmods.yml # - from-file: evdi.yml # - from-file: displaylink-evdi.yml diff --git a/recipes/recipe-nvidia.yml b/recipes/recipe-nvidia.yml index 1f4dde3..b335ac5 100644 --- a/recipes/recipe-nvidia.yml +++ b/recipes/recipe-nvidia.yml @@ -10,7 +10,7 @@ image-version: latest # 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: system-files.yml + - from-file: common-files.yml # - from-file: akmods.yml # - from-file: evdi.yml # - from-file: displaylink-evdi.yml diff --git a/recipes/recipe.yml b/recipes/recipe.yml index df1ae1e..7f8880a 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -10,7 +10,7 @@ image-version: latest # 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: system-files.yml + - from-file: common-files.yml - from-file: system76-power.yml - from-file: extra-repos.yml - from-file: cosmic-desktop.yml diff --git a/recipes/system-files.yml b/recipes/system-files.yml deleted file mode 100644 index 388dd67..0000000 --- a/recipes/system-files.yml +++ /dev/null @@ -1,4 +0,0 @@ -type: files -files: - - source: system - destination: / \ No newline at end of file