68 lines
1.0 KiB
YAML
68 lines
1.0 KiB
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
nonfree: rpmfusion
|
|
copr:
|
|
- ilyaz/LACT
|
|
install:
|
|
packages:
|
|
# applications
|
|
# fuzzy finder
|
|
- fzf
|
|
|
|
# dmenu runner
|
|
- fuzzel
|
|
|
|
# file manager
|
|
- dolphin
|
|
- ark
|
|
|
|
- ffmpegthumbnailer
|
|
|
|
# music / video player
|
|
- vlc
|
|
|
|
# text editor
|
|
- neovim
|
|
|
|
# kdeconnect
|
|
- kde-connect
|
|
|
|
# settings apps
|
|
# qt
|
|
- qt5ct
|
|
- qt6ct
|
|
|
|
# gtk
|
|
- nwg-look
|
|
|
|
# software store
|
|
- gnome-software
|
|
|
|
# disk management
|
|
- gnome-disk-utility
|
|
|
|
# diagnostics
|
|
- qdirstat
|
|
|
|
- lact
|
|
|
|
- btop
|
|
|
|
# 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 |