Install Fedora 42 with the alternative network install Everything iso: https://alt.fedoraproject.org/
sudo dnf remove libreoffice* hplip* gnome-tour simple-scan totem rhythmbox qt5-* gnome-abrt mediawriter
Install RPM fusion mirror:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo dnf install akmod-nvidia libva-nvidia-driver
sudo dnf install rEFInd
timeout 20 use_nvram false resolution max dont_scan_files bootx64.efi,fbx64.efi,shim.efi,shimx64.efi,mmx64.efi,gcdx64.efi scan_all_linux_kernels false default_selection 1 #include themes/refind-theme-dark/theme.conf
. . . GRUB_DISABLE_OS_PROBER=true GRUB_TIMEOUT_STYLE=hidden
sudo dnf install gnome-extensions-app gnome-shell-extension-dash-to-dock gnome-tweaks
sudo dnf install steam
First time run from shell
__GL_CONSTANT_FRAME_RATE_HINT=3 steam
Transparency terminal
dconf write /org/gnome/Ptyxis/Profiles/<identifier>/opacity 0.90
Disable USB autosuspend
. . . GRUB_CMDLINE_LINUX="... usbcore.autosuspend=-1"