Skip to content

Commit

Permalink
feat: Bling for everyone (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Mar 17, 2023
1 parent 6bde682 commit dadaa70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ COPY --from=docker.io/bketelsen/apx:latest /usr/bin/apx /usr/bin/apx
COPY --from=docker.io/bketelsen/apx:latest /etc/apx/config.json /etc/apx/config.json
COPY --from=docker.io/bketelsen/apx:latest /usr/share/apx /usr/share/apx


COPY --from=docker.io/bketelsen/fleek:latest /app/fleek /usr/bin/fleek

#RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
#RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem

Expand Down
2 changes: 1 addition & 1 deletion etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ distrobox-ubuntu:
nix-me-up:
echo 'Setting phasers to kill. Installing nix.'
/usr/bin/ublue-nix-installer

update:
rpm-ostree update
flatpak update -y
Expand Down

0 comments on commit dadaa70

Please sign in to comment.