All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m34s
57 lines
949 B
YAML
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 |