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