All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 5m37s
41 lines
571 B
YAML
41 lines
571 B
YAML
modules:
|
|
- type: rpm-ostree
|
|
install:
|
|
# applications
|
|
# fuzzy finder
|
|
- fzf
|
|
|
|
# dmenu runner
|
|
- fuzzel
|
|
|
|
# file manager
|
|
- nautilus
|
|
- file-roller
|
|
- file-roller-nautilus
|
|
|
|
# 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
|
|
|