Skip to content

Commit

Permalink
Fixed package typo, added git/git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyB committed Jul 14, 2024
1 parent af989d2 commit b86593e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
id-token: write
strategy:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
fail-fast: true # stop GH from cancelling all matrix builds if one fails
matrix:
recipe:
# !! Add your recipes here
Expand Down
9 changes: 5 additions & 4 deletions recipes/common-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ modules:

- type: rpm-ostree
install:
- xew
- git
- git-lfs
- xev # Utility for getting keycodes from input devices

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand All @@ -20,14 +22,13 @@ modules:
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
# Internet!
- one.ablaze.floorp
- one.ablaze.floorp # Fork of Firefox with a nice customizable interface
- com.discordapp.Discord
- flathub com.slack.Slack
- io.gitlab.news_flash.NewsFlash
- io.gitlab.news_flash.NewsFlash # An RSS reader

# Media!
- org.gnome.Podcasts
- org.gnome.gitlab.YaLTeR.VideoTrimmer
- com.obsproject.Studio
# - NEED MUSIC PLAYER

Expand Down

0 comments on commit b86593e

Please sign in to comment.