Skip to content

Commit

Permalink
feat: add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonsign committed Jan 11, 2025
1 parent ccd54db commit 756bd0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ modules:

- type: rpm-ostree
repos:
- https://download.docker.com/linux/fedora/docker-ce.repo
- https://repo.vivaldi.com/archive/vivaldi-fedora.repo
- https://copr.fedorainfracloud.org/coprs/pgdev/ghostty/repo/fedora-%OS_VERSION%/pgdev-ghostty-fedora-%OS_VERSION%.repo
install:
- neovim
- fish
- vivaldi-stable
- ghostty-git
- docker-ce
- docker-ce-cli
- docker-compose-plugin
optfix:
- vivaldi
remove:
Expand All @@ -46,7 +50,7 @@ modules:
- type: systemd
system:
enabled:
- sddm-boot.service
- docker.service

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand Down

0 comments on commit 756bd0e

Please sign in to comment.