Skip to content

Commit

Permalink
fix: install ptyxis as a user flatpak to work around default-flatpaks…
Browse files Browse the repository at this point in the history
… repo limitations
  • Loading branch information
trevnels committed Mar 1, 2024
1 parent 1576bbc commit e3fdb54
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,21 @@ modules:
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
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
remove:
# - org.gnome.eog

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
user:
# If no repo information is specified, Flathub will be used by default
repo-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
repo-name: gnome-nightly
repo-title: "GNOME Nightly" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
- org.gnome.Ptyxis.Devel
remove:

- type: script # enable VRR
scripts:
Expand Down

0 comments on commit e3fdb54

Please sign in to comment.