Skip to content

Commit

Permalink
Fix for F40
Browse files Browse the repository at this point in the history
  • Loading branch information
johnr14 committed Mar 15, 2024
1 parent 13fe343 commit 4632c72
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ modules:
# in /usr/etc/ in the image. read more in files module reference.
# Build skel to fetch dotfiles

# TODO : COPR
#sudo dnf install 'dnf-command(copr)' -y
#sudo dnf copr enable pennbauman/ports -y
#sudo dnf install lf -y


- type: rpm-ostree
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
Expand Down Expand Up @@ -45,6 +51,18 @@ modules:
- stow
- tmux
- wget
- zoxide
- tldr
- fd-find
- dua-cli
- fish
- bat
- smartmontools
- procs
- tree
- bind-utils
- fzf
- eza
# COMPRESSION
- p7zip
- unrar
Expand All @@ -70,7 +88,7 @@ modules:
- langpacks-en
- langpacks-fr
# GAMING
- steam-devices
#- steam-devices # missing in f40
# DEVICES
- printer-driver-brlaser
# MULTIMEDIA
Expand All @@ -81,7 +99,7 @@ modules:
- borgmatic
- syncthing
# VIRTUALIZATION
- akmod-v4l2loopback #for podman_ff
# - akmod-v4l2loopback #for podman_ff missing in rawhide
- distrobox
- guestfs-tools
- libvirt-daemon-config-network
Expand Down

0 comments on commit 4632c72

Please sign in to comment.