flocon/system/programs/games.nix

17 lines
289 B
Nix
Raw Normal View History

{pkgs, ...}: {
programs = {
steam = {
enable = true;
gamescopeSession.enable = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
};
gamemode.enable = true;
coolercontrol = {
enable = true;
nvidiaSupport = true;
};
};
}