From 89e3ff73d7f72437fc67b2d89f4746f25446422c Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Sat, 13 Apr 2024 17:13:00 -0600 Subject: [PATCH] fix recipe and adopt new file structure --- modules/.gitkeep | 0 config/recipe.yml => recipes/recipe.yaml | 51 ++++++++++++------------ 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 modules/.gitkeep rename config/recipe.yml => recipes/recipe.yaml (58%) diff --git a/modules/.gitkeep b/modules/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/config/recipe.yml b/recipes/recipe.yaml similarity index 58% rename from config/recipe.yml rename to recipes/recipe.yaml index 760311c..792f088 100644 --- a/config/recipe.yml +++ b/recipes/recipe.yaml @@ -10,32 +10,31 @@ modules: - usr: /usr - type: rpm-ostree - repos: - install: - - hyprland - - xdg-desktop-portal-hyprland - - hyprcursor - - waybar - - swaybg - - pipewire - - pipewire-pulseaudio - - pavucontrol - - blueman - - network-manager-applet - - papirus-icon-theme - - wofi - - dunst - - grim - - slurp - - wl-clipboard - - brightnessctl - - udisks2 - - udiskie - - alacritty - - fish - remove: - - firefox - - firefox-langpacks + install: + - hyprland + - xdg-desktop-portal-hyprland + - hyprcursor + - waybar + - swaybg + - pipewire + - pipewire-pulseaudio + - pavucontrol + - blueman + - network-manager-applet + - papirus-icon-theme + - wofi + - dunst + - grim + - slurp + - wl-clipboard + - brightnessctl + - udisks2 + - udiskie + - alacritty + - fish + remove: + - firefox + - firefox-langpacks - type: default-flatpaks notify: true