Skip to content

Commit

Permalink
chore: reorganize recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
asen23 committed Jul 21, 2024
1 parent 6396991 commit c8b259b
Showing 1 changed file with 14 additions and 27 deletions.
41 changes: 14 additions & 27 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,49 +15,36 @@ modules:
- usr: /usr
- etc: /etc

# Virtualization
- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
- zsh
- code
- virt-manager
- edk2-ovmf
- qemu
- coolercontrol
- liquidctl

# Docker
- type: rpm-ostree
install:
- docker-ce
- docker-ce-cli
- docker-compose-plugin
- docker-buildx-plugin
- containerd.io
remove:
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
# - firefox
# - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
# If no repo information is specified, Flathub will be used by default
# repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
# repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
# - org.mozilla.firefox
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
remove:
# - org.gnome.eog
# Misc
- type: rpm-ostree
install:
- zsh
- coolercontrol
- liquidctl
- code

- type: systemd
system:
enabled:
# Virtualization
- libvirtd.service
# Docker
- docker.service
- containerd.service
- coolercontrold.service
Expand Down

0 comments on commit c8b259b

Please sign in to comment.