From 2c44463a3d68fbf8f1c14c4d26a2b65cffbf5344 Mon Sep 17 00:00:00 2001 From: Tom Rutsaert Date: Sat, 31 Aug 2024 21:57:16 +0200 Subject: [PATCH] sway --- recipes/recipe-myos-sway-main.yml | 15 +++++++++++++++ recipes/recipe-myos-sway-nvidia.yml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 recipes/recipe-myos-sway-main.yml create mode 100644 recipes/recipe-myos-sway-nvidia.yml 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