Skip to content

Commit

Permalink
Initial repo and packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorG512 committed Aug 3, 2024
1 parent f353508 commit 582465d
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,37 @@ modules:
- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://rpm.librewolf.net/librewolf-repo.repo
install:
# - micro
# - starship
- https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
- https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
- https://launchpad.net/veracrypt/trunk/1.26.7/+download/veracrypt-console-1.26.7-CentOS-8-x86_64.rpm
- alacritty
- wine
- wine-mono
- wine-dxvk
- winetricks
- protontricks
- lutris
- k3b
- libburn
- cdrskin
- steam
- distrobox
- yt-dlp
- qemu
- virt-manager
- keepassxc
- librewolf

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)
- konsole
- firefox
- firefox-langpacks

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand All @@ -38,6 +61,9 @@ modules:
# repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
- com.spotify.Client
- org.openrgb.OpenRGB
- dev.vencord.Vesktop
# - org.mozilla.firefox
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
Expand Down

0 comments on commit 582465d

Please sign in to comment.