Skip to content

Commit

Permalink
Create base-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin authored Mar 28, 2024
1 parent 8e58dac commit db17d41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/common/base-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: rpm-ostree
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
- podman-compose
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)

0 comments on commit db17d41

Please sign in to comment.