Skip to content

Commit

Permalink
sway
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrutsaert committed Aug 31, 2024
1 parent 33c324d commit 2c44463
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes/recipe-myos-sway-main.yml
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions recipes/recipe-myos-sway-nvidia.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c44463

Please sign in to comment.