dotfiles/home/by-host/endurance/gaming.nix
Christopher Mühl bd0a03e7b8 Re-enable darwin builds
home-manager only for now
2026-01-30 12:10:31 +01:00

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
];
}