diff --git a/recipes/common/dev-packages.yml b/recipes/common/dev-packages.yml index 2ea917f..805f4b9 100644 --- a/recipes/common/dev-packages.yml +++ b/recipes/common/dev-packages.yml @@ -27,3 +27,4 @@ modules: scripts: - install-mkcert.sh - install-codelldb.sh + - from-file: common/sway.yml diff --git a/recipes/common/jp-packages.yml b/recipes/common/jp-packages.yml index a97923e..5bf9fec 100644 --- a/recipes/common/jp-packages.yml +++ b/recipes/common/jp-packages.yml @@ -6,7 +6,6 @@ modules: repos: - https://pkgs.tailscale.com/stable/fedora/tailscale.repo install: - - sway - libadwaita - cronie - neofetch diff --git a/recipes/common/sway.yml b/recipes/common/sway.yml new file mode 100644 index 0000000..3912a8d --- /dev/null +++ b/recipes/common/sway.yml @@ -0,0 +1,5 @@ +modules: + - type: rpm-ostree + install: + - sway + - wofi