diff --git a/recipes/recipe-myos-sway-main.yml b/recipes/recipe-myos-sway-main.yml new file mode 100644 index 0000000..9bfbce3 --- /dev/null +++ b/recipes/recipe-myos-sway-main.yml @@ -0,0 +1,15 @@ +name: myos-sway-main +description: my personal os sway image +base-image: ghcr.io/wayblueorg/sway +image-version: 40 + +modules: + modules: + - from-file: default-files.yml + - from-file: packages.yml + - from-file: docker.yml + - from-file: virtualization.yml + - from-file: fonts.yml + - from-file: just.yml + - from-file: flatpaks.yml + - type: signing \ No newline at end of file diff --git a/recipes/recipe-myos-sway-nvidia.yml b/recipes/recipe-myos-sway-nvidia.yml new file mode 100644 index 0000000..cc0ecd4 --- /dev/null +++ b/recipes/recipe-myos-sway-nvidia.yml @@ -0,0 +1,15 @@ +name: myos-sway-main +description: my personal os sway image +base-image: ghcr.io/wayblueorg/sway-nvidia +image-version: 40 + +modules: + modules: + - from-file: default-files.yml + - from-file: packages.yml + - from-file: docker.yml + - from-file: virtualization.yml + - from-file: fonts.yml + - from-file: just.yml + - from-file: flatpaks.yml + - type: signing \ No newline at end of file