38 lines
940 B
Plaintext
38 lines
940 B
Plaintext
release_ver: "41"
|
|
core_ver: "fc41"
|
|
|
|
### List of DNF packages to install
|
|
dnf_installs:
|
|
- rhythmbox
|
|
- terminator
|
|
- git
|
|
- neovim
|
|
- ranger
|
|
- htop
|
|
- screen
|
|
- tmux
|
|
- flatpak
|
|
- util-linux-user
|
|
- curl
|
|
- wget
|
|
- zsh
|
|
|
|
### List of DNF packages to remove (we remove firefox to avoid duplicates as we install the flatpak)
|
|
dnf_removes:
|
|
- firefox-langpacks
|
|
- firefox
|
|
|
|
|
|
### Flatpak sources to install
|
|
flatpak_remotes:
|
|
- { name: "flathub", url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
|
|
|
|
|
### Flatpak packages to install
|
|
flatpaks:
|
|
- { remote: "flathub", package: "com.discordapp.Discord" }
|
|
- { remote: "flathub", package: "com.github.tchx84.Flatseal" }
|
|
- { remote: "flathub", package: "com.valvesoftware.Steam" }
|
|
- { remote: "flathub", package: "org.mozilla.firefox" }
|
|
- { remote: "flathub", package: "io.github.ungoogled_software.ungoogled_chromium" }
|
|
- { remote: "flathub", package: "org.videolan.VLC" } |