Skip to content

Commit

Permalink
update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Aug 14, 2024
1 parent 88e96d8 commit f75b80c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/common-packages.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
modules:
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo

install:
# Utility
- distrobox
- adw-gtk3-theme
- rsms-inter-fonts
- podman-compose
- fastfetch
- starship

# Codecs
- pipewire-codec-aptx
Expand Down
1 change: 1 addition & 0 deletions recipes/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ modules:
- from-file: cosmic-desktop.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: starship.yml
- from-file: remove-packages.yml
- from-file: packages-intel.yml
- from-file: gnome-extensions.yml
Expand Down
1 change: 1 addition & 0 deletions recipes/recipe-rawhide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ modules:
- from-file: cosmic-desktop-rawhide.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: starship-rawhide.yml
- from-file: remove-packages.yml
- from-file: packages-intel.yml
- from-file: intel-specific.yml
Expand Down
1 change: 1 addition & 0 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ modules:
- from-file: cosmic-desktop.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: starship.yml
- from-file: remove-packages.yml
- from-file: remove-packages-intel.yml
- from-file: packages-intel.yml
Expand Down
7 changes: 7 additions & 0 deletions recipes/starship-rawhide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
modules:
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-rawhide/atim-starship-fedora-rawhide.repo

install:
- starship
7 changes: 7 additions & 0 deletions recipes/starship.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
modules:
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo

install:
- starship

0 comments on commit f75b80c

Please sign in to comment.