Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: libadwaita for ptyxis
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 1, 2024
1 parent dcd573d commit 27c5ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cosign.private
.direnv
/.pre-commit-config.yaml
result/
.jj
3 changes: 1 addition & 2 deletions config/scripts/ptyxis.nu
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const COPR_FILE = "/etc/yum.repos.d/_copr_kylegospo-prompt.repo"

http get $"https://copr.fedorainfracloud.org/coprs/kylegospo/prompt/repo/fedora-($FEDORA_MAJOR_VERSION)/kylegospo-prompt-fedora-($FEDORA_MAJOR_VERSION).repo?arch=($ARCH)" | save -f $COPR_FILE

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:prompt vte291 vte-profile libadwaita

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging libadwaita gtk4 vte291 vte-profile
rpm-ostree install ptyxis

rm -f $COPR_FILE

0 comments on commit 27c5ae9

Please sign in to comment.