Skip to content

Commit

Permalink
revert to fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
Book-reader committed Nov 1, 2024
1 parent 726905a commit b1ee500
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: This is my personal OS image.
#base-image: ghcr.io/ublue-os/silverblue-main
#image-version: 40 # latest is also supported if you want new updates ASAP
base-image: quay.io/fedora-ostree-desktops/base
image-version: 41 # latest is also supported if you want new updates ASAP
image-version: 40 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
Expand All @@ -31,8 +31,8 @@ modules:
- https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Fedora_40/home:hawkeye116477:waterfox.repo
install:
# RPMFUSION
- https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-41.noarch.rpm
- https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-41.noarch.rpm
- https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-40.noarch.rpm
- https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-40.noarch.rpm
- starship
- hyprland
- hyprlock
Expand All @@ -49,7 +49,10 @@ modules:
- distrobox
- nemo
- nemo-fileroller
- ffmpegthumbnailer
# It looks like rpmsusion has removed ffmpegthumbnailer from their repos
# See: https://github.com/rpmfusion/ffmpegthumbnailer/blob/master/dead.package
# It is in rawhide but not in 40 yet, so I download it manually for now.
- https://mirror.fcix.net/rpmfusion/free/fedora/releases/40/Everything/x86_64/os/Packages/f/ffmpegthumbnailer-2.2.3-0.7.20240104git1b5a779.fc40.x86_64.rpm
- NetworkManager-tui
- network-manager-applet
- blueman
Expand All @@ -58,8 +61,7 @@ modules:
- trash-cli
- eza
- wl-clipboard
# TODO: use hyprpolkitagent when in solopasha/hyprland
- xfce-polkit
- polkit-gnome
- pavucontrol
- pamixer
- tlp
Expand All @@ -82,7 +84,6 @@ modules:
- type: rpm-ostree
install:
- ffmpeg
- openh264
remove:
#Use ffmpeg instead of ffmpeg-free
- ffmpeg-free
Expand All @@ -95,7 +96,6 @@ modules:
- libswresample-free
- libswscale-free
- kitty
- noopenh264
# Install yt-dlp throgh pipx instead
- yt-dlp
- yt-dlp-fish-completion
Expand Down

0 comments on commit b1ee500

Please sign in to comment.