Skip to content

Commit

Permalink
minor changes to structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Aug 22, 2024
1 parent 670397d commit 66e96da
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 24 deletions.
10 changes: 10 additions & 0 deletions files/rpm-ostree/ryanabx-cosmic-epoch.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[copr:copr.fedorainfracloud.org:ryanabx:cosmic-epoch]
name=Copr repo for cosmic-epoch owned by ryanabx
baseurl=https://download.copr.fedorainfracloud.org/results/ryanabx/cosmic-epoch/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/ryanabx/cosmic-epoch/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
10 changes: 5 additions & 5 deletions recipes/common-packages.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
type: rpm-ostree
install:
# Utility
- nu
- distrobox
- fastfetch
- podman-compose
- neovim
- nu
- podman-compose
- python3-neovim

# Codecs
- ffmpeg
- pipewire-codec-aptx
- libavcodec-freeworld
- heif-pixbuf-loader
- libavcodec-freeworld
- libheif-freeworld
- libheif-tools
- pipewire-codec-aptx

# Audio
- wireplumber
- pipewire
- wireplumber

# Gnome Extensions
- gnome-shell-extension-pop-shell
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions recipes/cosmic-desktop-repo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
type: script
snippets:
- wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-$(rpm -E %fedora)/ryanabx-cosmic-epoch-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo
type: rpm-ostree
repos:
- ryanabx-cosmic-epoch.repo
3 changes: 0 additions & 3 deletions recipes/displaylink-evdi.yml

This file was deleted.

3 changes: 0 additions & 3 deletions recipes/displaylink-packages.yml

This file was deleted.

3 changes: 0 additions & 3 deletions recipes/displaylink-repo.yml

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/recipe-hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image-version: latest # latest is also supported if you want new updates ASAP
modules:
#- from-file: common-files.yml
- from-file: common-akmods.yml
- from-file: extra-repos.yml
- from-file: common-rpmfusion-repos.yml
- from-file: sddm-packages.yml
- from-file: hyprland-copr-repos.yml
- from-file: hyprland-packages.yml
Expand All @@ -26,6 +26,6 @@ modules:
- from-file: remove-nvidia-packages.yml
- from-file: intel-packages.yml
- from-file: intel-specific.yml
- from-file: custom-scripts.yml
- from-file: common-scripts.yml
- from-file: sddm-systemd.yml
- type: signing
6 changes: 3 additions & 3 deletions recipes/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ image-version: latest # latest is also supported if you want new updates ASAP
# you can include multiple instances of the same module
modules:
- from-file: common-files.yml
# - from-file: common-akmods.yml
- from-file: common-akmods.yml
- from-file: system76-power-packages.yml
- from-file: system76-power-systemd.yml
- from-file: extra-repos.yml
- from-file: common-rpmfusion-repos.yml
- from-file: cosmic-desktop-repo.yml
- from-file: cosmic-desktop-packages.yml
- from-file: common-packages.yml
Expand All @@ -24,6 +24,6 @@ modules:
- from-file: intel-packages.yml
- from-file: gnome-extensions.yml
- from-file: gschema-overrides.yml
- from-file: custom-scripts.yml
- from-file: common-scripts.yml

- type: signing # this sets up the proper policy & signing files for signed images to work fully
4 changes: 2 additions & 2 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modules:
- from-file: common-akmods.yml
- from-file: system76-power-packages.yml
- from-file: system76-power-systemd.yml
- from-file: extra-repos.yml
- from-file: common-rpmfusion-repos.yml
- from-file: cosmic-desktop-repo.yml
- from-file: cosmic-desktop-packages.yml
- from-file: common-packages.yml
Expand All @@ -26,5 +26,5 @@ modules:
- from-file: intel-specific.yml
- from-file: gnome-extensions.yml
- from-file: gschema-overrides.yml
- from-file: custom-scripts.yml
- from-file: common-scripts.yml
- type: signing

0 comments on commit 66e96da

Please sign in to comment.