dotfiles/modules/gaming/default.nix
2022-05-28 10:34:00 -04:00

12 lines
203 B
Nix

{ config, ... }: {
imports = [ ./leagueoflegends.nix ./lutris.nix ./steam.nix ./legendary.nix ];
config = {
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
};
}