Files
hydro-os/recipes/dnf/applications.yml
Eriq Taing 58d64e871b
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 4m26s
switch from nautilus and file roller to dolphin and ark
2025-10-06 13:15:39 -04:00

61 lines
975 B
YAML

modules:
- type: dnf
repos:
nonfree: rpmfusion
install:
packages:
# applications
# fuzzy finder
- fzf
# dmenu runner
- fuzzel
# file manager
- dolphin
- ark
- ffmpegthumbnailer
# music / video player
- vlc
# text editor
- neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
- qdirstat
# 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