Files
hydro-os/recipes/dnf/applications.yml
Eriq Taing 47d74d8265
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m34s
Removed codium package
2025-09-21 17:12:32 -04:00

57 lines
949 B
YAML

modules:
- type: dnf
repos:
nonfree: rpmfusion
install:
packages:
# applications
# fuzzy finder
- fzf
# dmenu runner
- fuzzel
# file manager
- nautilus
- file-roller
- file-roller-nautilus
- ffmpegthumbnailer
# text editor
- neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
# kdeconnect
- kde-connect
# settings apps
# qt
- qt5ct
- qt6ct
# gtk
- nwg-look
# zsh
- zsh
# zoxide for z stuff
- zoxide
# steam
- steam
# for game mode and big picture mode
- gamescope
# for performance view
- mangohud
remove:
packages:
# remove firefox
- firefox
- firefox-langpacks