dotfiles/configurations/home/toph@endurance/misc/gaming.nix

25 lines
432 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher # minecraft launcher
heroic # gog/epic launcher
protonup-qt
opentrack
# game manager
(lutris.override {
extraLibraries = pkgs:
with pkgs; [
libadwaita
libunwind
gtk4
];
})
gamescope
gamemode # performance mode
mangohud # performance overlays
alvr
input-remapper
];
}