Skip to content

Commit

Permalink
add terra repo and remove solopasha copr
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Dec 25, 2024
1 parent 5f57c93 commit c50063a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
11 changes: 11 additions & 0 deletions files/rpm-ostree/terra.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[terra]
name=Terra $releasever
baseurl=https://repos.fyralabs.com/terra$releasever
type=rpm
skip_if_unavailable=True
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc
enabled=1
enabled_metadata=1
metadata_expire=4h
9 changes: 6 additions & 3 deletions recipes/modules/copr-pkgs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/module-v1.json
# Copr Packages
# COPR and Third Party Packages
# %OS_VERSION% variable
#
# - https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
#------------------------------------------
type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
- terra.repo
install:
- cliphist
- golang-github-sentriz-cliphist
8 changes: 4 additions & 4 deletions recipes/modules/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ modules:
- pipx
# Libs
# GTK Stuff
- gtk4
- gtk4-layer-shell
- gobject-introspection-devel
- cairo-gobject-devel
# - gtk4
# - gtk4-layer-shell
# - gobject-introspection-devel
# - cairo-gobject-devel
# Terminal Tools
- fastfetch
- tealdeer
Expand Down

0 comments on commit c50063a

Please sign in to comment.