dotfiles/homes/x86_64-linux/christopher@cobalt/misc/gaming.nix
2025-11-17 01:01:46 +01:00

21 lines
382 B
Nix

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